| From: | Noah Misch <noah(at)leadboat(dot)com> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Revert "Consistently test for in-use shared memory." |
| Date: | 2019-04-05 07:01:53 |
| Message-ID: | E1hCIrJ-0005ww-9g@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Revert "Consistently test for in-use shared memory."
This reverts commits 2f932f71d9f2963bbd201129d7b971c8f5f077fd,
16ee6eaf80a40007a138b60bb5661660058d0422 and
6f0e190056fe441f7cf788ff19b62b13c94f68f3. The buildfarm has revealed
several bugs. Back-patch like the original commits.
Discussion: https://postgr.es/m/20190404145319.GA1720877@rfd.leadboat.com
Branch
------
REL9_6_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/ae98c24fda4bf74c721f8a3c270d5049a1d29cd4
Modified Files
--------------
src/Makefile.global.in | 4 +-
src/backend/port/sysv_shmem.c | 257 +++++++++++++++---------------------
src/backend/port/win32_shmem.c | 7 +-
src/backend/postmaster/postmaster.c | 12 +-
src/backend/storage/ipc/ipci.c | 14 +-
src/backend/utils/init/postinit.c | 6 +-
src/include/storage/ipc.h | 2 +-
src/include/storage/pg_shmem.h | 6 +-
src/test/perl/PostgresNode.pm | 177 +++++--------------------
src/test/recovery/t/017_shm.pl | 177 -------------------------
src/tools/msvc/vcregress.pl | 1 -
11 files changed, 174 insertions(+), 489 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2019-04-05 07:24:28 | pgsql: Fix compiler warning |
| Previous Message | Thomas Munro | 2019-04-05 04:50:00 | pgsql: Fix bugs in mdsyncfiletag(). |