Re: ArchiveEntry optional arguments refactoring
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Dmitry Dolgov <9erthalion6@gmail.com>
Cc: Andres Freund <andres@anarazel.de>,
Tom Lane <tgl@sss.pgh.pa.us>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Chapman Flack <chap@anastigmatix.net>,
Amit Khandekar <amitdkhan.pg@gmail.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-02-01T10:05:34Z
Lists: pgsql-hackers
> On 24 Jan 2019, at 13:12, Dmitry Dolgov <9erthalion6@gmail.com> wrote: > Here is another version, where I accumulated all the suggestions: Nothing sticks out during review and AFAICT all comments have been addressed. Everything works as expected during (light) testing between master and an older version. +1 on committing this, having spent a lot of time in this code I really appreciate the improved readability. cheers ./daniel
Commits
-
Add ArchiveOpts to pass options to ArchiveEntry
- f831d4accda0 12.0 landed
-
Remove WITH OIDS support, change oid catalog column visibility.
- 578b229718e8 12.0 cited