Re: IPC::Run::time[r|out] vs our TAP tests
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Erik Wienhold <ewie@ewie.name>
Cc: Michael Paquier <michael@paquier.xyz>, pgsql-hackers@lists.postgresql.org,
Alexander Korotkov <aekorotkov@gmail.com>
Date: 2024-04-05T03:37:48Z
Lists: pgsql-hackers
Erik Wienhold <ewie@ewie.name> writes: > I'm trying to build Postgres with that older libedit version but can't > figure out what options to pass to ./configure so that it picks > /usr/local/lib/libedit.so instead of /usr/lib/libedit.so. This didn't > work: You probably want configure --with-libs=/usr/local/lib, and likely also --with-includes=/usr/local/include. regards, tom lane
Commits
-
Restart BackgroundPsql's timer more nicely.
- 53c6bd0aa3de 19 (unreleased) landed
-
Implement pg_wal_replay_wait() stored procedure
- 3c5db1d6b016 18.0 cited
-
psql: fix variable existence tab completion
- 927332b95e77 17.0 cited