[PATCH 2/2] Add a new function pg_relation_by_filenode to lookup up a relation given the tablespace and the filenode OIDs
Andres Freund <andres@2ndquadrant.com>
From: Andres Freund <andres@2ndquadrant.com>
To: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2012-09-16T22:15:37Z
Lists: pgsql-hackers
Attachments
- 0002-Add-a-new-function-pg_relation_by_filenode-to-lookup.patch (text/x-patch) patch 0002
This requires the previously added RELFILENODE syscache. --- doc/src/sgml/func.sgml | 23 ++++++++++++- src/backend/utils/adt/dbsize.c | 78 ++++++++++++++++++++++++++++++++++++++++++ src/include/catalog/pg_proc.h | 2 ++ src/include/utils/builtins.h | 1 + 4 files changed, 103 insertions(+), 1 deletion(-)
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Move "hot" members of PGPROC into a separate PGXACT array.
- ed0b409d2234 9.2.0 cited