pgsql: Fix warning on mingw due to pid_t width, introduced in fe0972ee5

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix warning on mingw due to pid_t width, introduced in fe0972ee5
Date: 2022-02-27 00:11:07
Message-ID: E1nO79W-0002b0-W6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-02-27 00:46:24 pgsql: Fix use of wrong variable in pg_receivewal's get_destination_dir
Previous Message Amit Kapila 2022-02-26 05:16:36 pgsql: Fix typo in logicalfuncs.c.