Set new system identifier using pg_resetxlog - Mailing list pgsql-hackers

From Petr Jelinek
Subject Set new system identifier using pg_resetxlog
Date
Msg-id 539B97FC.8040806@2ndquadrant.com
Whole thread Raw
Responses Re: Set new system identifier using pg_resetxlog  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hello,

attached is a simple patch which makes it possible to change the system
identifier of the cluster in pg_control. This is useful for
individualization of the instance that is started on top of data
directory produced by pg_basebackup - something that's helpful for
logical replication setup where you need to easily identify each node
(it's used by Bidirectional Replication for example).

--
  Petr Jelinek                  http://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Something flaky in the "relfilenode mapping" infrastructure
Next
From: Kohei KaiGai
Date:
Subject: Re: [v9.5] Custom Plan API