pgsql: Remove btree page items after page unlink

2020-08-04 Thread Alexander Korotkov
Remove btree page items after page unlink Currently, page unlink leaves remaining items "as is", but replay of corresponding WAL-record re-initializes page leaving it with no items. For the sake of consistency, this commit makes primary delete all the items during page unlink as well. Thanks to t

pgsql: Increase hard-wired timeout values in ecpg regression tests.

2020-08-04 Thread Tom Lane
Increase hard-wired timeout values in ecpg regression tests. A couple of test cases had connect_timeout=14, a value that seems to have been plucked from a hat. While it's more than sufficient for normal cases, slow/overloaded buildfarm machines can get a timeout failure here, as per recent report

pgsql: Increase hard-wired timeout values in ecpg regression tests.

2020-08-04 Thread Tom Lane
Increase hard-wired timeout values in ecpg regression tests. A couple of test cases had connect_timeout=14, a value that seems to have been plucked from a hat. While it's more than sufficient for normal cases, slow/overloaded buildfarm machines can get a timeout failure here, as per recent report

pgsql: Increase hard-wired timeout values in ecpg regression tests.

2020-08-04 Thread Tom Lane
Increase hard-wired timeout values in ecpg regression tests. A couple of test cases had connect_timeout=14, a value that seems to have been plucked from a hat. While it's more than sufficient for normal cases, slow/overloaded buildfarm machines can get a timeout failure here, as per recent report

pgsql: Increase hard-wired timeout values in ecpg regression tests.

2020-08-04 Thread Tom Lane
Increase hard-wired timeout values in ecpg regression tests. A couple of test cases had connect_timeout=14, a value that seems to have been plucked from a hat. While it's more than sufficient for normal cases, slow/overloaded buildfarm machines can get a timeout failure here, as per recent report

pgsql: Increase hard-wired timeout values in ecpg regression tests.

2020-08-04 Thread Tom Lane
Increase hard-wired timeout values in ecpg regression tests. A couple of test cases had connect_timeout=14, a value that seems to have been plucked from a hat. While it's more than sufficient for normal cases, slow/overloaded buildfarm machines can get a timeout failure here, as per recent report

pgsql: Increase hard-wired timeout values in ecpg regression tests.

2020-08-04 Thread Tom Lane
Increase hard-wired timeout values in ecpg regression tests. A couple of test cases had connect_timeout=14, a value that seems to have been plucked from a hat. While it's more than sufficient for normal cases, slow/overloaded buildfarm machines can get a timeout failure here, as per recent report