pgsql: Add missing article

2018-02-12 Thread Alvaro Herrera
Add missing article Noticed while reviewing nearby text Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/abb17ae010261821c3fb6bf5f16b8bc0e870d276 Modified Files -- doc/src/sgml/ddl.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Add missing article

2018-02-12 Thread Alvaro Herrera
Add missing article Noticed while reviewing nearby text Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/80f021ef139affdb219ccef71fff283e8f91f112 Modified Files -- doc/src/sgml/ddl.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix parallel index builds for dynamic_shared_memory_type=none.

2018-02-12 Thread Robert Haas
Fix parallel index builds for dynamic_shared_memory_type=none. The previous code failed to realize that this setting effectively disables parallelism, and would crash if it decided to attempt parallelism anyway. Instead, treat it as a disabling condition. Kyotaro Horiguchi, who also reported the

pgsql: get_relid_attribute_name is dead, long live get_attname

2018-02-12 Thread Alvaro Herrera
get_relid_attribute_name is dead, long live get_attname The modern way is to use a missing_ok argument instead of two separate almost-identical routines, so do that. Author: Michaël Paquier Reviewed-by: Álvaro Herrera Discussion: https://postgr.es/m/20180201063212.ge6...@paquier.xyz Branch -

Re: pgsql: Local partitioned indexes

2018-02-12 Thread Amit Langote
On 2018/02/10 23:32, Amit Langote wrote: > On Sat, Feb 10, 2018 at 10:09 PM, Alvaro Herrera > wrote: >> Amit Langote wrote: >>> On 2018/01/19 23:55, Alvaro Herrera wrote: Local partitioned indexes >> >>> I noticed that the declarative partitioning section in ddl.sgml hasn't >>> been updated t

pgsql: Fix typo

2018-02-12 Thread Peter Eisentraut
Fix typo Author: Masahiko Sawada Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ebdb42a0d6a61b93a5bb9f4204408edf5959332c Modified Files -- src/backend/replication/logical/origin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)