diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-08-15 15:53:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-08-15 15:53:30 +0000 |
commit | 5ff95e6b8e19cef5e7fd15368194da1d29ebb0be (patch) | |
tree | e22f901b0ad4ba71ce0147ef5cccd64977736c77 /src/backend/commands/trigger.c | |
parent | 811f91cf5a94d1c467536fcafcaf82cd7e514276 (diff) | |
download | postgresql-5ff95e6b8e19cef5e7fd15368194da1d29ebb0be.tar.gz postgresql-5ff95e6b8e19cef5e7fd15368194da1d29ebb0be.zip |
Add third idea about pulling data from indexes.
> A third idea would be for a heap scan to check if all rows are visible
> and if so set a per-table flag which can be checked by index scans.
> Any change to the table would have to clear the flag. To detect
> changes during the heap scan a counter could be set at the start and
> checked at the end --- if it is the same, the table has not been
> modified --- any table change would increment the counter.
Diffstat (limited to 'src/backend/commands/trigger.c')
0 files changed, 0 insertions, 0 deletions