Re: pgsql: Allow for pg_upgrade of attributes with missing values

2018-06-22 Thread Andrew Dunstan
On 06/22/2018 11:03 PM, Tom Lane wrote: Andrew Dunstan writes: Allow for pg_upgrade of attributes with missing values Buildfarm results suggest that binary_upgrade_set_missing_value should have been marked proparallel => 'u'. Argh! I'll fix it in the morning, along with adding "force_par

Re: pgsql: Allow for pg_upgrade of attributes with missing values

2018-06-22 Thread Tom Lane
Andrew Dunstan writes: > Allow for pg_upgrade of attributes with missing values Buildfarm results suggest that binary_upgrade_set_missing_value should have been marked proparallel => 'u'. regards, tom lane