]> granicus.if.org Git - postgresql/commit
Fix bug in record_image_ops on big endian machines.
authorKevin Grittner <kgrittn@postgresql.org>
Thu, 10 Oct 2013 16:23:31 +0000 (11:23 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Thu, 10 Oct 2013 16:25:30 +0000 (11:25 -0500)
commit15e46fd1dd77d908d73c48d601694a6809d18976
tree779d302944afb3be8540d4fb0100b50048c49a52
parent4d212bac1752e1bad6f3aa6242061c393ae93a0a
Fix bug in record_image_ops on big endian machines.

The buildfarm pointed out the problem.

Fix based on suggestion by Robert Haas.
src/backend/utils/adt/rowtypes.c