pgsql: Add missing calls to DatumGetUInt32.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing calls to DatumGetUInt32.
Date: 2015-04-02 15:59:57
Message-ID: E1YdhXB-0000ib-Dx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-04-02 16:05:44 Re: pgsql: psql: fix \connect with URIs and conninfo strings
Previous Message Robert Haas 2015-04-02 15:55:31 Re: [COMMITTERS] pgsql: Centralize definition of integer limits.