Re: removing datlastsysoid
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-17T20:43:25Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > Since that doesn't seem like an especially good idea, PFA a patch to > remove it. Note that, even prior to that commit, it wasn't being used > for anything when dumping modern servers, so it would still have been > OK to remove it from the current system catalog structure. Now, > though, we can remove all references to it. +1. Another reason to get rid of it is that it has nothing to do with the system OID ranges defined in access/transam.h. regards, tom lane
Commits
-
Remove 'datlastsysoid'.
- ab4fd4f868ed 15.0 landed
-
Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.
- 30e7c175b81d 15.0 cited