]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Revert test added by commit d207038053.
authorAmit Kapila <akapila@postgresql.org>
Sat, 11 Jan 2020 05:14:39 +0000 (10:44 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 14 Jan 2020 02:42:12 +0000 (08:12 +0530)
commit17869eca785350f213d74e46fdd2a2c0f23f2757
tree1cda42b133f6d8e6876dd470443793e1e8c2344a
parentdea88c9be27813894081d14a8160c7d2196f4415
Revert test added by commit d207038053.

This test was trying to test the mechanism to release kernel FDs as needed
to get us under the max_safe_fds limit in case of spill files.  To do that,
it needs to set max_files_per_process to a very low value which doesn't
even permit starting of the server in the case when there are a few already
opened files.  This test also won't work on platforms where we use one FD
per semaphore.

Backpatch-through: 10, till where this test was added
Discussion:
https://postgr.es/m/CAA4eK1LHhERi06Q+MmP9qBXBBboi+7WV3910J0aUgz71LcnKAw@mail.gmail.com
https://postgr.es/m/6485.1578583522@sss.pgh.pa.us
src/test/recovery/t/006_logical_decoding.pl