]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Change the return value of HeapTupleSatisfiesUpdate() to be an enum,
authorNeil Conway <neilc@samurai.com>
Sun, 20 Mar 2005 23:40:34 +0000 (23:40 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 20 Mar 2005 23:40:34 +0000 (23:40 +0000)
commitfe7015f5e821d70428995f04726215fc79294f10
tree380d001fd45874f03058f49004f27cd1468c6913
parent9e0dd8459658c93ffb6f6bad9bbdd7122e551d51
Change the return value of HeapTupleSatisfiesUpdate() to be an enum,
rather than an integer, and fix the associated fallout. From Alvaro
Herrera.
src/backend/access/heap/heapam.c
src/backend/commands/async.c
src/backend/commands/trigger.c
src/backend/executor/execMain.c
src/backend/utils/time/tqual.c
src/include/access/heapam.h
src/include/utils/tqual.h