pgsql: Fix warnings on Windows.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix warnings on Windows.
Date: 2022-07-20 04:12:41
Message-ID: E1oE14i-000NHE-FV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix warnings on Windows.

Avoid macro redefinition warnings.

Reported-by: David Rowley <dgrowleyml(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAApHDvocHp4SXcPeMTwFiCQGaf9JypjTJ3Bh90jcPuGwxyDjjQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bde60daa0ec9d0ee8dc79c0caa2c94d128527867

Modified Files
--------------
src/include/port/win32_port.h | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-07-20 08:25:42 pgsql: Add PGDLLEXPORTS to some plpgsql function declarations
Previous Message Thomas Munro 2022-07-20 01:58:33 pgsql: Add wal_sync_method=fdatasync for Windows.