pgsql: Define PG_LOGICAL_DIR for path pg_logical/ in data folder

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Date: 2024-08-30 06:25:38
Message-ID: E1sjv4j-0025gq-T2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Define PG_LOGICAL_DIR for path pg_logical/ in data folder

This is similar to 2065ddf5e34c, but this time for pg_logical/ itself
and its contents, like the paths for snapshots, mappings or origin
checkpoints.

Author: Bertrand Drouvot
Reviewed-by: Ashutosh Bapat, Yugo Nagata, Michael Paquier
Discussion: https://postgr.es/m/ZryVvjqS9SnV1GPP@ip-10-97-1-34.eu-west-3.compute.internal

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c39afc38cfec7c34b883095062a89a63b221521a

Modified Files
--------------
src/backend/access/heap/rewriteheap.c | 18 ++++++++--------
src/backend/replication/logical/origin.c | 10 ++++++---
src/backend/replication/logical/reorderbuffer.c | 6 +++---
src/backend/replication/logical/snapbuild.c | 28 ++++++++++++++-----------
src/backend/utils/adt/genfile.c | 10 +++++----
src/include/replication/reorderbuffer.h | 5 +++++
6 files changed, 46 insertions(+), 31 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-08-30 06:35:33 pgsql: Correct name in list of acknowledgments
Previous Message Michael Paquier 2024-08-30 01:43:10 pgsql: Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder