Re: UnixWare/CVS Tip/initdb.c needs to use threads flags... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: UnixWare/CVS Tip/initdb.c needs to use threads flags...
Date
Msg-id 14939.1079656796@sss.pgh.pa.us
Whole thread Raw
In response to Re: UnixWare/CVS Tip/initdb.c needs to use threads flags...  (Larry Rosenman <ler@lerctr.org>)
Responses Re: UnixWare/CVS Tip/initdb.c needs to use threads
List pgsql-hackers
Larry Rosenman <ler@lerctr.org> writes:
> What is the concensus of the community?

AFAICS, initdb should not need to depend on libpq in the first place;
it never makes a connection to a live postmaster.  I think it would be
cleaner to get rid of that dependency instead of propagating thread junk
into initdb.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug in CVS HEAD on bootparse.y???
Next
From: Larry Rosenman
Date:
Subject: Re: UnixWare/CVS Tip/initdb.c needs to use threads