]> git.ipfire.org Git - thirdparty/postgresql.git/commit
> - it excludes system-relation too (relkind == 's'). (Note: Vacuum updates
authorMarc G. Fournier <scrappy@hub.org>
Fri, 4 Oct 1996 20:37:09 +0000 (20:37 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 4 Oct 1996 20:37:09 +0000 (20:37 +0000)
commitcbb3edc7e57d685a4b67f929002e2ac629755aad
tree9709cc7af29b1644289eb92814dffec02c971c58
parent93c7dcffa2e0ec304bf968c9977670d81ea58bd3
> - it excludes system-relation too (relkind == 's'). (Note: Vacuum updates
pg_class
> by overwriting existing tuple for vacrel, so there are no many reasons to
vacuum pg_class).
>
> It can be done somewhere in _vc_getrels - near to checks against archive
relations
> and relations on the write-once storage managers...
>
> Excuse me - I forgot to say about this.
>

Attached is the recently posted fix for this.  Thanks.

Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
src/backend/commands/vacuum.c