From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix blatantly broken record_image_cmp() logic for pass-by-value |
Date: | 2013-10-22 04:39:29 |
Message-ID: | E1VYTkf-0002f9-LS@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Fix blatantly broken record_image_cmp() logic for pass-by-value fields.
Doesn't anybody here pay attention to compiler warnings?
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/28858811472f316f73eba0e564837088fc8c6ccd
Modified Files
--------------
src/backend/utils/adt/rowtypes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2013-10-22 06:41:51 | pgsql: Adjust cube.out expected output for new test queries. |
Previous Message | Heikki Linnakangas | 2013-10-21 19:00:59 | pgsql: Extend cube on-disk format to pack points more tightly. |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2013-10-22 04:45:02 | Re: Heavily modified big table bloat even in auto vacuum is running |
Previous Message | Amit Kapila | 2013-10-22 04:24:15 | Re: Compression of full-page-writes |