dbTalk Databases Forums  

[BUGS] pg_autovacuum getopt bun in 8.0.0beta5

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] pg_autovacuum getopt bun in 8.0.0beta5 in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kenneth Marshall
 
Posts: n/a

Default [BUGS] pg_autovacuum getopt bun in 8.0.0beta5 - 12-02-2004 , 02:29 PM






The getopt specification string for pg_autovacuum in 8.0.0beta5
has:

while ((c = getopt(argc, argv, "s:S:v:V:a:A:d:U:P:H:L:hD:c:C:m:n:l:"))

This has the '-D' demonize option need an argument. So to get it
to run in the background as a daemon, you need to give it a dummy
argument on the command line.

Ken

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly

Reply With Quote
  #2  
Old   
Bruce Momjian
 
Posts: n/a

Default Re: [BUGS] pg_autovacuum getopt bun in 8.0.0beta5 - 12-02-2004 , 02:37 PM







Thanks. Fixed.

---------------------------------------------------------------------------

Kenneth Marshall wrote:
Quote:
The getopt specification string for pg_autovacuum in 8.0.0beta5
has:

while ((c = getopt(argc, argv, "s:S:v:V:a:A:d:U:P:H:L:hD:c:C:m:n:l:"))

This has the '-D' demonize option need an argument. So to get it
to run in the background as a daemon, you need to give it a dummy
argument on the command line.

Ken

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly

--
Bruce Momjian | http://candle.pha.pa.us
pgman (AT) candle (DOT) pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.