pgsql: Use Size instead of uint32 to store result of sizeof()

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use Size instead of uint32 to store result of sizeof()
Date: 2014-05-05 13:23:26
Message-ID: E1WhIre-0008HW-5U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-05-05 13:49:12 Re: pgsql: Add missing 9.4 release file.
Previous Message Heikki Linnakangas 2014-05-05 13:23:25 pgsql: Assert that pre/post-fix updated tuples are on the same page dur