pgsql-server/src backend/catalog/catalog.c bac ...

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/catalog/catalog.c bac ...
Date: 2004-01-06 18:07:32
Message-ID: 20040106180732.738CED1C976@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: neilc(at)svr1(dot)postgresql(dot)org 04/01/06 14:07:32

Modified files:
src/backend/catalog: catalog.c
src/backend/commands: analyze.c vacuum.c
src/backend/storage/smgr: md.c smgr.c
src/include/utils: rel.h

Log message:
Code cleanup, mostly in the smgr:

- Update comment in IsReservedName() to the present day

- Improve some variable & function names in commands/vacuum.c. I
was planning to rewrite this to avoid lappend(), but since I
still intend to do the list rewrite, there's no need for that.

- Update some smgr comments which seemed to imply that we still
forced all dirty pages to disk at commit-time.

- Replace some #ifdef DIAGNOSTIC code with assertions.

- Make the distinction between OS-level file descriptors and
virtual file descriptors a little clearer in a few comments

- Other minor comment improvements in the smgr code

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-01-06 20:01:14 pgsql-server/doc TODO
Previous Message Neil Conway 2004-01-06 17:36:31 pgsql-server/src backend/tcop/postgres.c backe ...