pgsql: doc: Fix figures in example description

2017-12-18 Thread Peter Eisentraut
doc: Fix figures in example description oversight in 244c8b466a743d1ec18a7d841bf42669699b3b56 Reported-by: Blaz Merela Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/23b63417e20d548d281cd8f904f6f2ffcebddc8c Modified Files --

pgsql: doc: Fix figures in example description

2017-12-18 Thread Peter Eisentraut
doc: Fix figures in example description oversight in 244c8b466a743d1ec18a7d841bf42669699b3b56 Reported-by: Blaz Merela Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/195516c9a6d72603969597bb0e495dd269e1ce22 Modified Files --

pgsql: Fix bug in cancellation of non-exclusive backup to avoid asserti

2017-12-18 Thread Fujii Masao
Fix bug in cancellation of non-exclusive backup to avoid assertion failure. Previously an assertion failure occurred when pg_stop_backup() for non-exclusive backup was aborted while it's waiting for WAL files to be archived. This assertion failure happened in do_pg_abort_backup() which was called

pgsql: Fix bug in cancellation of non-exclusive backup to avoid asserti

2017-12-18 Thread Fujii Masao
Fix bug in cancellation of non-exclusive backup to avoid assertion failure. Previously an assertion failure occurred when pg_stop_backup() for non-exclusive backup was aborted while it's waiting for WAL files to be archived. This assertion failure happened in do_pg_abort_backup() which was called

pgsql: Fix crashes on plans with multiple Gather (Merge) nodes.

2017-12-18 Thread Robert Haas
Fix crashes on plans with multiple Gather (Merge) nodes. es_query_dsa turns out to be broken by design, because it supposes that there is only one DSA for the whole query, whereas there is actually one per Gather (Merge) node. For now, work around that problem by setting and clearing the pointer

pgsql: Fix crashes on plans with multiple Gather (Merge) nodes.

2017-12-18 Thread Robert Haas
Fix crashes on plans with multiple Gather (Merge) nodes. es_query_dsa turns out to be broken by design, because it supposes that there is only one DSA for the whole query, whereas there is actually one per Gather (Merge) node. For now, work around that problem by setting and clearing the pointer

pgsql: Fix typo on comment

2017-12-18 Thread Magnus Hagander
Fix typo on comment Author: David Rowley Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7731c32087faf498db0562cc7e40d256ffc1750f Modified Files -- src/backend/utils/adt/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)