Re: PG12, PGXS and linking pgfeutils
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ian Barwick <ian.barwick@2ndquadrant.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2019-05-07T13:46:07Z
Lists: pgsql-hackers
Ian Barwick <ian.barwick@2ndquadrant.com> writes: > Commit cc8d4151 [*] introduced a dependency between some functions in > libpgcommon and libpgfeutils, This seems rather seriously broken. I do not think the answer is to create a global dependency on libpgfeutils. regards, tom lane
Commits
-
Move logging.h and logging.c from src/fe_utils/ to src/common/.
- fc9a62af3f87 12.0 landed
-
Remove pg_rewind's private logging.h/logging.c files.
- 53ddefbaf8a0 12.0 landed
-
Unified logging system for command-line programs
- cc8d41511721 12.0 cited