pgsql: Fix compiler warning about format on Windows - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix compiler warning about format on Windows
Date
Msg-id E1irVB5-0001YI-9t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix compiler warning about format on Windows

On 64-bit Windows, pid_t is long long int, so a %d format isn't
enough.

Branch
------
master

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

Modified Files
--------------
src/backend/replication/walreceiver.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: docs: change "default role" wording to "predefined role"
Next
From: Amit Kapila
Date:
Subject: pgsql: Introduce IndexAM fields for parallel vacuum.