pgsql: Fix bug in record_image_ops on big endian machines.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in record_image_ops on big endian machines.
Date: 2013-10-10 16:26:53
Message-ID: E1VUJ4f-00047z-IK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bug in record_image_ops on big endian machines.

The buildfarm pointed out the problem.

Fix based on suggestion by Robert Haas.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/15e46fd1dd77d908d73c48d601694a6809d18976

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

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2013-10-10 16:37:58 Re: [COMMITTERS] pgsql: Add record_image_ops opclass for matview concurrent refresh.
Previous Message Andrew Dunstan 2013-10-10 16:24:04 pgsql: json_typeof function.