On Mon, Aug 7, 2017 at 8:14 PM, Alvaro Herrera <[email protected]> wrote: > BTW, I noticed that the PG_WAIT_LOCK value that we're using for wait > event here (and in the replication slot case) is bogus. We probably > need something new here.
Yeah, if you're adding a new wait point, you should add document a new constant in the appropriate section, probably something under PG_WAIT_IPC in this case. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
