]> granicus.if.org Git - postgresql/commit
Actually, instead of whining about how type internal might not safely store
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Nov 2008 02:09:52 +0000 (02:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Nov 2008 02:09:52 +0000 (02:09 +0000)
commit81e11f2d056c7966ce6ae54f41026434e2eb3b28
tree423b95f916062d6c75aef060cbcb47698c752e7f
parent03e5248d0f09f46b2fcaff266e7b2f0f997d6cfd
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.
src/backend/utils/adt/array_userfuncs.c
src/bin/initdb/initdb.c
src/include/catalog/catversion.h
src/include/catalog/pg_type.h