New windows compiler warning from 585bca39 - Mailing list pgsql-hackers

From David Rowley
Subject New windows compiler warning from 585bca39
Date
Msg-id CAApHDvoNunVynyx_bTY6dJFLJD9bMPBiv+6PPcUqL-1yWkrrkQ@mail.gmail.com
Whole thread Raw
Responses Re: New windows compiler warning from 585bca39  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I've attached a tiny patch that fixes a new compiler warning on the windows build...

Perhaps the #ifndef could be placed in a nicer spot in the patch, but the attached should at least describe where the problem lies...

(ClCompile target) ->
  src\interfaces\libpq\fe-connect.c(3365): warning C4101: 'msgid' : unreferenced local variable [D:\Postgres\b\libpq.vcxproj]

    1 Warning(s)
Attachment

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Question about optimising (Postgres_)FDW
Next
From: Andres Freund
Date:
Subject: Re: slow startup due to LWLockAssign() spinlock