Re: openLogOff is not needed anymore
Antonin Houska <ah@cybertec.at>
From: Antonin Houska <ah@cybertec.at>
To: Robert Haas <robertmhaas@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-03-06T15:13:17Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote: > On Wed, Mar 6, 2019 at 6:10 AM Antonin Houska <ah@cybertec.at> wrote: > > ... obviously due to commit c24dcd0. The following patch removes it. > > Committed, after a short struggle to get the patch out of the email > body in a usable form. It was just convenient for me to use vc-diff emacs command and copy & paste the diff into the message because I also use emacs as email client. I thought it should work but perhaps something went wrong with spaces. I'll always attach diffs to the message next time. Sorry for the problem. -- Antonin Houska https://www.cybertec-postgresql.com
Commits
-
Removed unused variable, openLogOff.
- 93473c6ac805 12.0 landed
-
Use pg_pread() and pg_pwrite() for data files and WAL.
- c24dcd0cfd94 12.0 cited