pgsql: Use correct datatype for PID - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Use correct datatype for PID
Date
Msg-id E1wT2tL-000A8S-2n@gemulon.postgresql.org
Whole thread
List pgsql-committers
Use correct datatype for PID

The datachecksums launcher was using int for storing a PID, but
the correct type is pid_t (which is defined to be a signed int).

Author: Tomas Vondra <tomas@vondra.me>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/f1281cf3-89a3-4936-9bc5-2a5a6291229f@vondra.me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0ca1b3010597231b474d94d877ecc8266a473537

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


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Advance restart_lsn more eagerly in LogicalConfirmReceivedLocati
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix compilation with OpenSSL 4