-
- Downloads
pg_visibility: Add pg_truncate_visibility_map function.
This requires some core changes as well so that we can properly WAL-log the truncation. Specifically, it changes the format of the XLOG_SMGR_TRUNCATE WAL record, so bump XLOG_PAGE_MAGIC. Patch by me, reviewed but not fully endorsed by Andres Freund.
Showing
- contrib/pg_visibility/pg_visibility--1.0--1.1.sql 7 additions, 0 deletionscontrib/pg_visibility/pg_visibility--1.0--1.1.sql
- contrib/pg_visibility/pg_visibility--1.1.sql 8 additions, 0 deletionscontrib/pg_visibility/pg_visibility--1.1.sql
- contrib/pg_visibility/pg_visibility.c 72 additions, 0 deletionscontrib/pg_visibility/pg_visibility.c
- doc/src/sgml/pgvisibility.sgml 24 additions, 6 deletionsdoc/src/sgml/pgvisibility.sgml
- src/backend/access/rmgrdesc/smgrdesc.c 2 additions, 1 deletionsrc/backend/access/rmgrdesc/smgrdesc.c
- src/backend/catalog/storage.c 11 additions, 5 deletionssrc/backend/catalog/storage.c
- src/include/access/xlog_internal.h 1 addition, 1 deletionsrc/include/access/xlog_internal.h
- src/include/catalog/storage_xlog.h 8 additions, 0 deletionssrc/include/catalog/storage_xlog.h
Loading
Please register or sign in to comment