Re: Optional message to user when terminating/cancelling backend
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Yugo Nagata <nagata@sraoss.co.jp>,
Michael Paquier <michael.paquier@gmail.com>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-09-03T20:47:10Z
Lists: pgsql-hackers
Attachments
- terminate_msg_v4.patch (application/octet-stream)
> On 02 Sep 2017, at 02:21, Thomas Munro <thomas.munro@enterprisedb.com> wrote: > > On Fri, Jun 23, 2017 at 1:48 AM, Daniel Gustafsson <daniel@yesql.se> wrote: >> Good point. I’ve attached a new version which issues a NOTICE on truncation >> and also addresses all other comments so far in this thread. Thanks a lot for >> the early patch reviews! > > FYI this no longer builds because commit 81c5e46c490e just stole your OIDs: > > make[3]: Entering directory > `/home/travis/build/postgresql-cfbot/postgresql/src/backend/catalog' > cd ../../../src/include/catalog && '/usr/bin/perl' ./duplicate_oids > 772 > 972 > make[3]: *** [postgres.bki] Error 1 Thanks, I hadn’t spotted that yet. Attached is an updated patch using new OIDs to make it compile again. cheers ./daniel
Commits
-
Refactor user-facing SQL functions signalling backends
- 09921f397b84 12.0 landed
-
Introduce 64-bit hash functions with a 64-bit seed.
- 81c5e46c490e 11.0 cited