pgsql: Fix several possibly non-portable gaffs in record_image_ops.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix several possibly non-portable gaffs in record_image_ops.
Date: 2013-10-11 18:05:27
Message-ID: E1VUh5b-0002Hj-0V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix several possibly non-portable gaffs in record_image_ops.

Sparc machines in the buildfarm were made happy by the previous
fix, but PowerPC machines still are still failing. Hopefully this
will cure that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4cbb646334b3b998a29abef0d57608d42097e6c9

Modified Files
--------------
src/backend/utils/adt/rowtypes.c | 84 ++++++++++++++++++++++++++++++++++----
1 file changed, 75 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-10-11 21:01:05 Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation
Previous Message Andrew Dunstan 2013-10-11 16:11:53 Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation