pgsql: Add many new Asserts in code and fix simple bug that slipped

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add many new Asserts in code and fix simple bug that slipped
Date: 2010-05-14 07:11:49
Message-ID: 20100514071149.D5EE37541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add many new Asserts in code and fix simple bug that slipped through
without them, related to previous commit. Report by Bruce Momjian.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.410 -> r1.411)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.410&r2=1.411)
pgsql/src/backend/storage/ipc:
procarray.c (r1.69 -> r1.70)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c?r1=1.69&r2=1.70)
standby.c (r1.22 -> r1.23)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/standby.c?r1=1.22&r2=1.23)

Browse pgsql-committers by date

  From Date Subject
Next Message Dave Page 2010-05-14 09:35:38 pginstaller - pginst: Update for 8.2.17
Previous Message User Itagaki 2010-05-14 06:53:06 reorg - pg_batch: Fix double-free bug with -a (--all) option.