Re: openLogOff is not needed anymore
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Antonin Houska <ah@cybertec.at>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-03-06T14:47:19Z
Lists: pgsql-hackers
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. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Removed unused variable, openLogOff.
- 93473c6ac805 12.0 landed
-
Use pg_pread() and pg_pwrite() for data files and WAL.
- c24dcd0cfd94 12.0 cited