Re: [BUGS] PATCH: Uninitialized variable usage in contrib/pg_autovacuum

2003-12-01 Thread Bruce Momjian
Patch applied to 7.4.X too. --- Craig Boston wrote: > Sorry about the cross-post -- I'm not 100% sure which list this should be sent > to. > > I noticed in the 7.4 release that in contrib/pg_autovacuum, args->logfile is >

Re: [BUGS] PATCH: Uninitialized variable usage in contrib/pg_autovacuum

2003-12-01 Thread Bruce Momjian
Patch applied. Thanks. --- Craig Boston wrote: > Sorry about the cross-post -- I'm not 100% sure which list this should be sent > to. > > I noticed in the 7.4 release that in contrib/pg_autovacuum, args->logfile is > no

Re: [BUGS] PATCH: Uninitialized variable usage in contrib/pg_autovacuum

2003-11-29 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Craig Boston wrote: > Sorry about the cro

[BUGS] PATCH: Uninitialized variable usage in contrib/pg_autovacuum

2003-11-21 Thread Craig Boston
Sorry about the cross-post -- I'm not 100% sure which list this should be sent to. I noticed in the 7.4 release that in contrib/pg_autovacuum, args->logfile is not initialized if a log file is not specified on the command line. This causes an immediate segfault on systems that fill allocated m