diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-06-17 13:34:39 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-06-17 13:34:39 -0400 |
commit | bf347c60bdd7e05800f0c06d03e2ad87aeaa5e09 (patch) | |
tree | 0069b54a0fbe5ecbf41027bdf5a66b9998a8327f /src/backend/utils/adt/int.c | |
parent | c573486ce9752afb9a8431089762d6845cf1429d (diff) | |
download | postgresql-bf347c60bdd7e05800f0c06d03e2ad87aeaa5e09.tar.gz postgresql-bf347c60bdd7e05800f0c06d03e2ad87aeaa5e09.zip |
Fix crash in CREATE UNLOGGED TABLE.
The code that created the init fork neglected to make sure that the
relation was open at the smgr level before attempting to invoke smgr.
This didn't happen every time; only when the relcache entry was rebuilt
along the way.
Per report from Garick Hamlin.
Diffstat (limited to 'src/backend/utils/adt/int.c')
0 files changed, 0 insertions, 0 deletions