Thread: pgsql: Try to unbreak MSVC builds for fuzzystrmatch

pgsql: Try to unbreak MSVC builds for fuzzystrmatch

From
Andrew Dunstan
Date:
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(+)


Re: pgsql: Try to unbreak MSVC builds for fuzzystrmatch

From
Tom Lane
Date:
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