Re: relocating the server's backup manifest code

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-04-18T15:42:56Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Despite the fact that we are after feature freeze, I think it would be
> a good idea to commit this to PG 13. It could be saved for PG 14, but
> that will make future back-patching substantially harder. Also, a
> patch that's just moving code is pretty low-risk.

+1 in principle --- I didn't read the patch though.

			regards, tom lane



Commits

  1. Rename exposed identifiers to say "backup manifest".

  2. Move the server's backup manifest code to a separate file.