[COMMITTERS] pgsql-server/src bin/initdb/Makefile bin/pg_du ...

2004-05-19 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/19 14:15:21 Modified files: src/bin/initdb : Makefile src/bin/pg_dump: Makefile src/bin/psql : Makefile src/interfaces/ecpg/preproc: Makefile src/port

[COMMITTERS] pgsql-server/src bin/initdb/Makefile bin/pg_co ...

2004-04-26 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/26 14:40:48 Modified files: src/bin/initdb : Makefile src/bin/pg_controldata: Makefile src/bin/pg_dump: Makefile src/bin/pg_resetxlog: Makefile src/bin/ps

[COMMITTERS] pgsql-server/src/bin/initdb Makefile

2003-11-23 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/23 17:42:13 Modified files: src/bin/initdb : Makefile Log message: Add maintainer-clean target. ---(end of broadcast)--- TIP 5: Ha

Re: [COMMITTERS] pgsql-server/src/bin/initdb Makefile

2003-11-13 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: >> Silly to copy sprompt.c from src/port when we're linking libpgport anyway. > The style has always been to compile in each app in case the flags > change, or is that only for libpq? libpq needs to build these modules PIC, but a simple executable does no

Re: [COMMITTERS] pgsql-server/src/bin/initdb Makefile

2003-11-13 Thread Bruce Momjian
Bruce Momjian wrote: > Tom Lane wrote: > > CVSROOT:/cvsroot > > Module name:pgsql-server > > Changes by: [EMAIL PROTECTED] 03/11/13 16:30:37 > > > > Modified files: > > src/bin/initdb : Makefile > > > > Log message: > > Silly to copy sprompt.c from src/port when we're l

Re: [COMMITTERS] pgsql-server/src/bin/initdb Makefile

2003-11-13 Thread Bruce Momjian
Tom Lane wrote: > CVSROOT: /cvsroot > Module name: pgsql-server > Changes by: [EMAIL PROTECTED] 03/11/13 16:30:37 > > Modified files: > src/bin/initdb : Makefile > > Log message: > Silly to copy sprompt.c from src/port when we're linking libpgport anyway. The style has

[COMMITTERS] pgsql-server/src/bin/initdb Makefile

2003-11-13 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/13 16:30:37 Modified files: src/bin/initdb : Makefile Log message: Silly to copy sprompt.c from src/port when we're linking libpgport anyway. ---(end of b

Re: [COMMITTERS] pgsql-server/src/bin/initdb Makefile initdb.c ...

2003-11-10 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Modified files: > > src/bin/initdb : Makefile > > Added files: > > src/bin/initdb : initdb.c system_views.sql > > Removed files: > > src/bin/initdb : initdb.sh > > Shouldn't system_views.sql go into backend/catalog? Th

Re: [COMMITTERS] pgsql-server/src/bin/initdb Makefile initdb.c ...

2003-11-10 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Modified files: > src/bin/initdb : Makefile > Added files: > src/bin/initdb : initdb.c system_views.sql > Removed files: > src/bin/initdb : initdb.sh Shouldn't system_views.sql go into backend/catalog? That's where information_schem

[COMMITTERS] pgsql-server/src/bin/initdb Makefile initdb.c ...

2003-11-10 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 18:51:16 Modified files: src/bin/initdb : Makefile Added files: src/bin/initdb : initdb.c system_views.sql Removed files: src/bin/initdb : initdb.sh Log message: