pgsql: Correct sundry errors in Hot Standby-related comments.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct sundry errors in Hot Standby-related comments.
Date: 2010-08-12 23:24:54
Message-ID: 20100812232454.8AE877541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Correct sundry errors in Hot Standby-related comments.

Fujii Masao

Modified Files:
--------------
pgsql/src/backend/access/transam:
xact.c (r1.295 -> r1.296)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.295&r2=1.296)
pgsql/src/backend/storage/ipc:
procarray.c (r1.72 -> r1.73)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c?r1=1.72&r2=1.73)
standby.c (r1.27 -> r1.28)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/standby.c?r1=1.27&r2=1.28)
pgsql/src/backend/tcop:
postgres.c (r1.595 -> r1.596)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c?r1=1.595&r2=1.596)
pgsql/src/include/access:
xlog.h (r1.115 -> r1.116)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.115&r2=1.116)
pgsql/src/include/catalog:
pg_control.h (r1.57 -> r1.58)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_control.h?r1=1.57&r2=1.58)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-08-12 23:25:45 pgsql: Correct sundry errors in Hot Standby-related comments.
Previous Message Tom Lane 2010-08-12 21:10:59 pgsql: Get rid of a bunch of dubious error handling code in pgbench by