pgsql: Add missing calls to DatumGetUInt32. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add missing calls to DatumGetUInt32.
Date
Msg-id E1YdhXB-0000ib-Dx@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing calls to DatumGetUInt32.

These were inadvertently ommitted from the commit that introduced
abbreviated keys, commit 4ea51cdfe85ceef8afabceb03c446574daa0ac23.

Peter Geoghegan

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/varlena.c |    8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Define integer limits independently from the system definitions.
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: psql: fix \connect with URIs and conninfo strings