[PATCH 7/8] Make InvalidateSystemCaches public - Mailing list pgsql-hackers

From Andres Freund
Subject [PATCH 7/8] Make InvalidateSystemCaches public
Date
Msg-id 1347669575-14371-7-git-send-email-andres@2ndquadrant.com
Whole thread Raw
In response to [RFC][PATCH] wal decoding, attempt #2  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Pieces of this are in commit: make relfilenode lookup (tablespace, relfilenode
---
 src/backend/utils/cache/inval.c | 2 +-
 src/include/utils/inval.h       | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)


Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: [PATCH 4/8] add simple xlogdump tool
Next
From: Andres Freund
Date:
Subject: [PATCH 3/8] Add support for a generic wal reading facility dubbed XLogReader