postgresql/src/test/regress
Robert Haas f01d1ae3a1 Add infrastructure for mapping relfilenodes to relation OIDs.
Future patches are expected to introduce logical replication that
works by decoding WAL.  WAL contains relfilenodes rather than relation
OIDs, so this infrastructure will be needed to find the relation OID
based on WAL contents.

If logical replication does not make it into this release, we probably
should consider reverting this, since it will add some overhead to DDL
operations that create new relations.  One additional index insert per
pg_class row is not a large overhead, but it's more than zero.
Another way of meeting the needs of logical replication would be to
the relation OID to WAL, but that would burden DML operations, not
only DDL.

Andres Freund, with some changes by me.  Design review, in earlier
versions, by Álvaro Herrera.
2013-07-22 11:09:10 -04:00
..
data
expected Add infrastructure for mapping relfilenodes to relation OIDs. 2013-07-22 11:09:10 -04:00
input Add support for multiple kinds of external toast datums. 2013-07-02 13:38:55 -04:00
output Add support for multiple kinds of external toast datums. 2013-07-02 13:38:55 -04:00
sql Add infrastructure for mapping relfilenodes to relation OIDs. 2013-07-22 11:09:10 -04:00
.gitignore
GNUmakefile Fix regression test make dependencies 2013-07-01 21:10:36 -04:00
Makefile
parallel_schedule Regression tests for LOCK TABLE. 2013-07-15 12:30:41 -04:00
pg_regress_main.c
pg_regress.c
pg_regress.h
regress.c Add support for multiple kinds of external toast datums. 2013-07-02 13:38:55 -04:00
regressplans.sh
resultmap
serial_schedule Regression tests for LOCK TABLE. 2013-07-15 12:30:41 -04:00
standby_schedule