diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-11-08 23:22:54 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-11-08 23:22:54 +0000 |
commit | c293ba9effba68f17fec74d3ca0e8f900f3c8a53 (patch) | |
tree | ba2d15d4460edc85b20c9ef31eb497ef55086576 /src/backend/utils/adt/xml.c | |
parent | f55e6c07c37aa4e995ee9445e484a52ac77670a9 (diff) | |
download | postgresql-c293ba9effba68f17fec74d3ca0e8f900f3c8a53.tar.gz postgresql-c293ba9effba68f17fec74d3ca0e8f900f3c8a53.zip |
If an index depends on no columns of its table, give it a dependency on the
whole table instead, to ensure that it goes away when the table is dropped.
Per bug #3723 from Sam Mason.
Backpatch as far as 7.4; AFAICT 7.3 does not have the issue, because it doesn't
have general-purpose expression indexes and so there must be at least one
column referenced by an index.
Diffstat (limited to 'src/backend/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions