pgsql: Doc: Fix description of pg_class.relreplident

2020-05-19 Thread Michael Paquier
Doc: Fix description of pg_class.relreplident The description missed a comma and lacked an explanation of what happens with REPLICA IDENTITY USING INDEX when the dependent index is dropped. Author: Marina Polyakova Reviewed-by: Daniel Gustafsson, Michael Paquier Discussion: https://postgr.es/m/ad

pgsql: Doc: Fix description of pg_class.relreplident

2020-05-19 Thread Michael Paquier
Doc: Fix description of pg_class.relreplident The description missed a comma and lacked an explanation of what happens with REPLICA IDENTITY USING INDEX when the dependent index is dropped. Author: Marina Polyakova Reviewed-by: Daniel Gustafsson, Michael Paquier Discussion: https://postgr.es/m/ad

pgsql: Doc: Fix description of pg_class.relreplident

2020-05-19 Thread Michael Paquier
Doc: Fix description of pg_class.relreplident The description missed a comma and lacked an explanation of what happens with REPLICA IDENTITY USING INDEX when the dependent index is dropped. Author: Marina Polyakova Reviewed-by: Daniel Gustafsson, Michael Paquier Discussion: https://postgr.es/m/ad

pgsql: Doc: Fix description of pg_class.relreplident

2020-05-19 Thread Michael Paquier
Doc: Fix description of pg_class.relreplident The description missed a comma and lacked an explanation of what happens with REPLICA IDENTITY USING INDEX when the dependent index is dropped. Author: Marina Polyakova Reviewed-by: Daniel Gustafsson, Michael Paquier Discussion: https://postgr.es/m/ad

pgsql: Doc: Fix description of pg_class.relreplident

2020-05-19 Thread Michael Paquier
Doc: Fix description of pg_class.relreplident The description missed a comma and lacked an explanation of what happens with REPLICA IDENTITY USING INDEX when the dependent index is dropped. Author: Marina Polyakova Reviewed-by: Daniel Gustafsson, Michael Paquier Discussion: https://postgr.es/m/ad

pgsql: Doc: Fix description of pg_class.relreplident

2020-05-19 Thread Michael Paquier
Doc: Fix description of pg_class.relreplident The description missed a comma and lacked an explanation of what happens with REPLICA IDENTITY USING INDEX when the dependent index is dropped. Author: Marina Polyakova Reviewed-by: Daniel Gustafsson, Michael Paquier Discussion: https://postgr.es/m/ad

pgsql: Doc: Replace reference to pg_stat_wal_receiver.received_lsn by f

2020-05-19 Thread Michael Paquier
Doc: Replace reference to pg_stat_wal_receiver.received_lsn by flushed_lsn Oversight in 2c8dd05d, where the view's column has been renamed. Reported-by: Fujii Masao Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https:/

pgsql: part_strategy does not need its very own keyword classification.

2020-05-19 Thread Tom Lane
part_strategy does not need its very own keyword classification. This should be plain old ColId. Making it so makes the grammar less complicated, and makes the compiled tables a kilobyte or so smaller (likely because they don't have to deal with a keyword classification that's not used anyplace e

pgsql: Reconsider nbtree page deletion assertion.

2020-05-19 Thread Peter Geoghegan
Reconsider nbtree page deletion assertion. Commit 624686abcf8 added an assertion that verified that _bt_search successfully relocated the leaf page undergoing deletion. Page deletion cannot deal with the case where the descent stack is to the right of the page, so this seemed critical (deletion c