pgsql: Fix warning on mingw due to pid_t width, introduced in fe0972ee5 - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix warning on mingw due to pid_t width, introduced in fe0972ee5
Date
Msg-id E1nO79W-0002b0-W6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.

Branch
------
master

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

Modified Files
--------------
src/backend/replication/slot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix typo in logicalfuncs.c.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix use of wrong variable in pg_receivewal's get_destination_dir