Re: PROC_VACUUM_FOR_WRAPAROUND doesn't work expectedly - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PROC_VACUUM_FOR_WRAPAROUND doesn't work expectedly
Date
Msg-id 18740.1205510649@sss.pgh.pa.us
Whole thread Raw
In response to Re: PROC_VACUUM_FOR_WRAPAROUND doesn't work expectedly  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: PROC_VACUUM_FOR_WRAPAROUND doesn't work expectedly
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> How about this other patch?

That's really, really ugly.  I'd rather see the flag passed down to
vacuum_rel as a regular function argument.  I realize you'll need
to touch the signatures of a couple of levels of functions to do that,
but a global variable for this seems just dangerous.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Chris Browne
Date:
Subject: Re: Data Recovery feature
Next
From: Alvaro Herrera
Date:
Subject: Re: PROC_VACUUM_FOR_WRAPAROUND doesn't work expectedly