pgsql: doc: Do s/int/integer/ to describe the type of some GUC paramete

2022-06-16 Thread Michael Paquier
doc: Do s/int/integer/ to describe the type of some GUC parameters Three parameters have been using "int" rather than "integer" to describe their type: auth_delay.milliseconds max_logical_replication_workers pg_prewarm.autoprewarm_interval This is inconsistent with any other integer GUCs listed i

pgsql: Revert changes in HOT handling of BRIN indexes

2022-06-16 Thread Tomas Vondra
Revert changes in HOT handling of BRIN indexes This reverts commits 5753d4ee32 and fe60b67250 that modified HOT to ignore BRIN indexes. The commit message for 5753d4ee32 claims that: When determining whether an index update may be skipped by using HOT, we can ignore attributes indexed onl

pgsql: Fix comment in regression tests for large objects

2022-06-16 Thread Michael Paquier
Fix comment in regression tests for large objects The values assigned to INV_WRITE and INV_READ were reversed in the tests, which would be confusing when writing tests specific to read or write operations on LOs. Author: Yugo Nagata Discussion: https://postgr.es/m/20220527153028.61a4608f66abcd02