wal_decoding: Add pg_relation_by_filenode to lookup up a relation by (tablespace...
authorAndres Freund <andres@anarazel.de>
Sun, 16 Sep 2012 21:53:23 +0000 (23:53 +0200)
committerAndres Freund <andres@anarazel.de>
Fri, 17 May 2013 11:41:20 +0000 (13:41 +0200)
commit3cdc426ac2e8946b86bc6cb3c9594497bf2672b2
tree403dd4eb73f9e9c2e8c1038c9899791c4b10cb96
parenta0b67535e8cac4851468d4fd1dbfde6c3cf191a1
wal_decoding: Add pg_relation_by_filenode to lookup up a relation by (tablespace, filenode)

This requires the previously added RELFILENODE syscache and the added
RelationMapFilenodeToOid function added in previous two commits.
doc/src/sgml/func.sgml
src/backend/utils/adt/dbsize.c
src/include/catalog/pg_proc.h
src/include/utils/builtins.h