diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-09-23 14:49:00 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-09-23 14:58:35 +0300 |
commit | 7e8c25c66e9837d5dafeb2b3a0786611226af269 (patch) | |
tree | 3fa86870a48fb600fa5c80283a5aac5c8596e7d2 /src/backend/commands/async.c | |
parent | 9aae81527f3174b9b6fd6366f04435310903dab2 (diff) | |
download | postgresql-7e8c25c66e9837d5dafeb2b3a0786611226af269.tar.gz postgresql-7e8c25c66e9837d5dafeb2b3a0786611226af269.zip |
Initialize tableoid field correctly when dumping foreign data wrappers and
servers. AFAICT it's harmless at the moment because nothing can depend on
either, but as soon as we introduce an object type with such dependencies,
tableoid needs to be set or pg_dump will fail to interpret the dependencies
correctly. In theory, I guess the uninitialized garbage in tableoid could
cause the object to be mistaken for some other object with same OID as well.
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions