Actually, instead of whining about how type internal might not safely store
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/array_userfuncs.c | modified | +5 −9 |
| src/bin/initdb/initdb.c | modified | +7 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_type.h | modified | +2 −2 |