Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
Bruce Momjian <bruce@momjian.us>
Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/heap.c | modified | +3 −3 |
| src/backend/commands/vacuum.c | modified | +2 −2 |
| src/backend/executor/nodeSort.c | modified | +2 −2 |
| src/backend/port/aix/dlfcn.c | modified | +1 −0 |
| src/backend/utils/adt/selfuncs.c | modified | +19 −28 |
| src/bin/pg_dump/pg_dumpall | modified | +11 −5 |
| src/bin/pg_dump/pg_dump.c | modified | +7 −6 |
| src/include/catalog/pg_attribute.h | modified | +5 −5 |
| src/include/catalog/pg_database.h | modified | +2 −2 |