pgsql: Improve gist XLOG code to follow the coding rules needed to

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve gist XLOG code to follow the coding rules needed to
Date: 2006-03-30 23:03:10
Message-ID: 20060330230310.75D1411F65DD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve gist XLOG code to follow the coding rules needed to prevent
torn-page problems. This introduces some issues of its own, mainly
that there are now some critical sections of unreasonably broad scope,
but it's a step forward anyway. Further cleanup will require some
code refactoring that I'd prefer to get Oleg and Teodor involved in.

Modified Files:
--------------
pgsql/src/backend/access/gist:
gist.c (r1.129 -> r1.130)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gist.c.diff?r1=1.129&r2=1.130)
gistvacuum.c (r1.16 -> r1.17)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistvacuum.c.diff?r1=1.16&r2=1.17)
gistxlog.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistxlog.c.diff?r1=1.12&r2=1.13)
pgsql/src/include/access:
gist_private.h (r1.11 -> r1.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/gist_private.h.diff?r1=1.11&r2=1.12)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Cmaj 2006-03-30 23:31:37 pgaccess - pgaccess: removed OID dependency for form
Previous Message Tom Lane 2006-03-30 22:12:00 pgsql: Suppress attempts to report dropped tables to the stats collector