Adjust error message, now that we expect other message types than connection
close at this point. Fix PQsetnonblocking() comment.
Fujii Masao
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/bc03c5937d103952ef4f40a3fa4514c154538d25
Modified Files
--
src/b
Update SQL features list
Feature F692 "Extended collation support" is now also supported. This
refers to allowing the COLLATE clause anywhere in a column or domain
definition instead of just directly after the type.
Also correct the name of the feature in accordance with the latest SQL
standard.
In pg_upgrade, add C comment about how autovacuum is disabled.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d67b0bf471ba4e88aa3ed50871924efc91d7a27e
Modified Files
--
contrib/pg_upgrade/server.c |6 +-
1 files changed, 5 insertions(+), 1 deletio