Re: relocating the server's backup manifest code
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-04-20T18:54:41Z
Lists: pgsql-hackers
Attachments
- 0001-Rename-exposed-identifiers-to-say-backup-manifest.patch (application/octet-stream) patch 0001
On Sat, Apr 18, 2020 at 8:12 PM Michael Paquier <michael@paquier.xyz> wrote: > I would suggest to > still use BackupManifest instead of Manifest in those functions and > structures though, ... Done in the attached, which also adds "backup_" to the type names. After further examination, I think the Copyright header issue is entirely separate. If someone wants to standardize that across the source tree, cool, but this patch just duplicated the header from the file out of which it was moving code. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Rename exposed identifiers to say "backup manifest".
- 3989dbdf1293 13.0 landed
-
Move the server's backup manifest code to a separate file.
- 079ac29d4daf 13.0 landed