pgsql: Minor API cleanup for async notifications: we can only register

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor API cleanup for async notifications: we can only register
Date: 2005-10-06 21:30:41
Message-ID: 20051006213041.EA417DA44B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Minor API cleanup for async notifications: we can only register the
current backend in pg_listener, so there is little point in making
the PID to register part of async.c's public API. Other minor tweaks.

Modified Files:
--------------
pgsql/src/backend/commands:
async.c (r1.124 -> r1.125)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/async.c.diff?r1=1.124&r2=1.125)
pgsql/src/backend/tcop:
utility.c (r1.243 -> r1.244)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/utility.c.diff?r1=1.243&r2=1.244)
pgsql/src/include/commands:
async.h (r1.28 -> r1.29)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/async.h.diff?r1=1.28&r2=1.29)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-10-06 22:43:17 pgsql: Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a
Previous Message Neil Conway 2005-10-06 21:21:28 pgsql: Backpatch merge_db() example for PL/PgSQL to 8.0.