Re: [HACKERS] Fix for possible pg_dump core dump

2001-03-27 Thread Pete Forman
Philip Warner writes: > At 10:20 27/03/01 +0100, Pete Forman wrote: > >I've fixed this bug in 7.1RC1. It may have been causing core > >dumps by dereferencing a null function pointer. As it was the Sun > >compiler flagged it as an error. (SC5.0 on Solaris 2.6.) > > > > Thanks for this, b

Re: [HACKERS] Fix for possible pg_dump core dump

2001-03-27 Thread Philip Warner
At 10:20 27/03/01 +0100, Pete Forman wrote: >I've fixed this bug in 7.1RC1. It may have been causing core dumps by >dereferencing a null function pointer. As it was the Sun compiler >flagged it as an error. (SC5.0 on Solaris 2.6.) > Thanks for this, but Tom applied a similar patch a few days a

[HACKERS] Fix for possible pg_dump core dump

2001-03-27 Thread Pete Forman
I've fixed this bug in 7.1RC1. It may have been causing core dumps by dereferencing a null function pointer. As it was the Sun compiler flagged it as an error. (SC5.0 on Solaris 2.6.) *** src/bin/pg_dump/pg_backup_null.c.orig Sat Mar 24 00:54:54 2001 --- src/bin/pg_dump/pg_backup_null.