pgsql/src/backend/commands (command.c vacuum.c)

From: Jan Wieck <wieck>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (command.c vacuum.c)
Date: 2000-07-05 16:17:43
Message-ID: 200007051617.e65GHhG29072@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Date: Wednesday, July 5, 2000 @ 12:17:41
Author: wieck

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
from hub.org:/tmp/cvs-serv21402/backend/commands

Modified Files:
command.c vacuum.c

----------------------------- Log Message -----------------------------

Changed TOAST relations to have relkind RELKIND_TOASTVALUE.

Special handling of TOAST relations during VACUUM. TOAST relations
are vacuumed while the lock on the master table is still active.
The ANALYZE flag doesn't propagate to their vacuuming because the
toaster access routines allways use index access ignoring stats, so
why compute them at all.

Protection of TOAST relations against normal INSERT/UPDATE/DELETE
while offering SELECT for debugging purposes.

Jan

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Jan Wieck 2000-07-05 16:17:58 pgsql/src/backend/executor (execMain.c)
Previous Message Jan Wieck 2000-07-05 16:17:37 pgsql/src/backend/catalog (index.c)

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-07-05 16:21:22 Re: fcntl(F_SETLK)
Previous Message Tom Lane 2000-07-05 16:16:30 Re: Article on MySQL vs. Postgres