pgsql: Try to unbreak MSVC builds for fuzzystrmatch

Started by Andrew Dunstanabout 3 years ago2 messagescomitters
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

Try to unbreak MSVC builds for fuzzystrmatch

Commit a290378a37 neglrected to add a recipe for MSVC to build the
daitch_motokoff.h file.

Per buildfarm animal bowerbird.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0e9b271890c09ecb60b08e45d377031b2385ebeb

Modified Files
--------------
src/tools/msvc/Solution.pm | 10 ++++++++++
1 file changed, 10 insertions(+)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#1)
Re: pgsql: Try to unbreak MSVC builds for fuzzystrmatch

Andrew Dunstan <andrew@dunslane.net> writes:

Try to unbreak MSVC builds for fuzzystrmatch
Commit a290378a37 neglrected to add a recipe for MSVC to build the
daitch_motokoff.h file.

Oh! Thank you. I'd even made a mental note yesterday "what about
MSVC" and then forgot it by the time I'd finished reviewing other
aspects of that patch.

regards, tom lane