| From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
|---|---|
| To: | Andres Freund <andres(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com>, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com> |
| Subject: | [PATCH 7/8] Make InvalidateSystemCaches public |
| Date: | 2012-09-15 00:39:34 |
| Message-ID: | 1347669575-14371-7-git-send-email-andres@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| 0007-Make-InvalidateSystemCaches-public.patch | text/x-patch | 880 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2012-09-15 00:39:35 | [PATCH 8/8] Introduce wal decoding via catalog timetravel |
| Previous Message | Andres Freund | 2012-09-15 00:39:33 | [PATCH 6/8] Log enough data into the wal to reconstruct logical changes from it if wal_level=logical |