From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Actually, instead of whining about how type internal might not |
Date: | 2008-11-14 02:09:52 |
Message-ID: | 20081114020952.63D3D7545A4@cvs.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Actually, instead of whining about how type internal might not safely store
a pointer, why don't we just fix that. Every known use of "internal" really
means a pointer anyway.
Modified Files:
--------------
pgsql/src/backend/utils/adt:
array_userfuncs.c (r1.25 -> r1.26)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/array_userfuncs.c?r1=1.25&r2=1.26)
pgsql/src/bin/initdb:
initdb.c (r1.163 -> r1.164)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.163&r2=1.164)
pgsql/src/include/catalog:
catversion.h (r1.506 -> r1.507)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.506&r2=1.507)
pg_type.h (r1.201 -> r1.202)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_type.h?r1=1.201&r2=1.202)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Meskes | 2008-11-14 10:01:04 | pgsql: Adding script that generates preproc.y from gram.y to CVS. |
Previous Message | Alvaro Herrera | 2008-11-14 01:57:42 | pgsql: Replace the usage of heap_addheader to create pg_attribute tuples |