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
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
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.