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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
