Re: terminated by signal 11: Segmentation fault

2019-11-13 Thread Gerrit Fouche
Hi Tom, Thank you, we have that same scenario. Regards Gerrit On Wed, 13 Nov 2019, 20:57 Tom Lane, wrote: > Gerrit Fouche writes: > > This is the second time I get this error since Postgresql 12 was > officially > > released. My version: > > PostgreSQL 12.0 (Ubunt

terminated by signal 11: Segmentation fault

2019-11-13 Thread Gerrit Fouche
Hi All, This is the second time I get this error since Postgresql 12 was officially released. My version: PostgreSQL 12.0 (Ubuntu 12.0-2.pgdg18.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0, 64-bit I am running a Warehouse Management system in a Live environm

Re: pg_upgrade (Checking for reg* data types)

2019-09-30 Thread Gerrit Fouche
Thank you very much. On Mon, Sep 30, 2019 at 10:33 PM Bruce Momjian wrote: > On Mon, Sep 30, 2019 at 11:15:47AM +0200, Gerrit Fouche wrote: > > > > Hi All, > > > > I am trying to upgrade Postgresql 11.5 to 12 RC1, OS Centos 6. Running > > pg_upgrade with --chec

pg_upgrade (Checking for reg* data types)

2019-09-30 Thread Gerrit Fouche
e was upgrade since Postgresql 8.3 by using "pg_dumpall -p 5432 | psql -d postgres -p 5433" and not pg_upgrade. Regards Gerrit Fouche