Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.postgresql > #860

Re: PostgreSQL 10.3 leaving "exiting" (defunct) processes on AIX platform

From Laurenz Albe <laurenz@nospam.pn>
Newsgroups comp.databases.postgresql
Subject Re: PostgreSQL 10.3 leaving "exiting" (defunct) processes on AIX platform
Date 2019-03-20 18:24 +0000
Organization A noiseless patient Spider
Message-ID <q6u0he$ad5$1@dont-email.me> (permalink)
References <9ca2169a-3b2d-4631-a5ef-a6f20c36fcdd@googlegroups.com> <q6p86v$rlv$1@dont-email.me> <049241c0-e486-42a0-add2-68e3e0ca3f6b@googlegroups.com>

Show all headers | View raw


On Wed, 20 Mar 2019 10:53:07 -0700, inverasln wrote:

> The question now is to how to get that to be not included if we compile
> postgres.

I have looked into that in some more detail, and here is what you can do:

- Edit "src/backend/port/sysv_shmem.c" and remove the three lines

  #ifndef EXEC_BACKEND
  #define USE_ANONYMOUS_SHMEM
  #endif

  Then PostgreSQL will be built using System V shared memory.

- Wait for PostgreSQL v12.

  Commit f1bebef60ec8f557324cd3bfc1671da1318de968 has introduced a
  configuration parameter "shared_memory_type" that you can set to
  "sysv" to use System V shared memory.

PostgreSQL v12 is due this fall.

Back to comp.databases.postgresql | Previous | NextPrevious in thread | Find similar


Thread

PostgreSQL 10.3 leaving "exiting" (defunct) processes on AIX platform inverasln@gmail.com - 2019-03-18 13:28 -0700
  Re: PostgreSQL 10.3 leaving "exiting" (defunct) processes on AIX platform Laurenz Albe <laurenz@nospam.pn> - 2019-03-18 23:05 +0000
    Re: PostgreSQL 10.3 leaving "exiting" (defunct) processes on AIX platform inverasln@gmail.com - 2019-03-20 10:53 -0700
      Re: PostgreSQL 10.3 leaving "exiting" (defunct) processes on AIX platform Laurenz Albe <laurenz@nospam.pn> - 2019-03-20 18:24 +0000

csiph-web