Re: reloption to prevent VACUUM from truncating empty pages at the end of relation
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
Cc: "'Andres Freund'" <andres@anarazel.de>,
Fujii Masao <masao.fujii@gmail.com>,
Robert Haas <robertmhaas@gmail.com>,
Masahiko Sawada <sawada.mshk@gmail.com>,
Julien Rouhaud <rjuju123@gmail.com>,
David Steele <david@pgmasters.net>,
"Bossart,
Nathan" <bossartn@amazon.com>,
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>,
"Alvaro Herrera" <alvherre@2ndquadrant.com>,
Michael Paquier <michael@paquier.xyz>,
Laurenz Albe <laurenz.albe@cybertec.at>,
"Jamison,
Kirk" <k.jamison@jp.fujitsu.com>,
Amit Kapila <amit.kapila16@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-04-08T03:48:24Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add TRUNCATE parameter to VACUUM.
- b84dbc8eb80b 12.0 landed
-
Add vacuum_truncate reloption.
- 119dcfad988d 12.0 landed
-
Allow VACUUM to be run with index cleanup disabled.
- a96c41feec6b 12.0 cited
"Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com> writes: > From: Andres Freund [mailto:andres@anarazel.de] >> I hope you realize feature freeze is in a few hours... > Ouch! Could you take care of committing the patch, please? I wouldn't be able to express the sadness and tiredness just in case this is pushed to 13 because of the parameter name... As far as I can see, the entire intellectual content of this patch is in the names and behaviors of the user-visible options; there's certainly no significant amount of new logic outside of that. And, as far as I can see from a quick review of the thread, we don't really have consensus on the names and behaviors. So I think forcing this in a few hours before feature freeze is a bad idea. That isn't going to create consensus where there was none before; it will just annoy people. regards, tom lane