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

  1. Remove 'datlastsysoid'.

  2. Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.