"Donald Harter" <harterc1(at)comcast(dot)net> writes:> shmget(0x52e2c1, 39288832, IPC_CREAT|IPC_EXCL|0600) = -1 EINVAL (Invalid> argument)
Usually this means that SHMMAX is too small (as indeed Postgres triedto tell you).
regards, tom lane