Re: Fast default stuff versus pg_upgrade
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>, pgsql-hackers@lists.postgresql.org
Date: 2018-06-21T21:10:06Z
Lists: pgsql-hackers
In terms of pgindent, I'm surprised about these lines: + missingval = OidFunctionCall3( + F_ARRAY_IN, Why did you put a newline there? In ancient times there was a reason for that in some cases, because pgindent would move the argument to the left of the open parens, but it doesn't do that anymore and IMO it's just ugly. We have quite a few leftovers from this ancient practice, I've been thinking about removing these ... -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Allow for pg_upgrade of attributes with missing values
- 2448adf29c54 11.0 landed