pgsql: Use Size instead of uint32 to store result of sizeof() - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Use Size instead of uint32 to store result of sizeof()
Date
Msg-id E1WhIre-0008HW-5U@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use Size instead of uint32 to store result of sizeof()

Silences coverity and is more consistent with other functions in the
same file.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c83457683968e2263d7e6bcdcdd52d472f9b0f8d

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Don't leak memory after connection aborts in pg_recvlogical.