Re: pgsql/src/backend/parser gram.y

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: pgsql/src/backend/parser gram.y
Дата
Msg-id GNELIHDDFBOCMGBFGEFOMENGCCAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: pgsql/src/backend/parser gram.y  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: pgsql/src/backend/parser gram.y  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
CVS HEAD does not compile on FreeBSD/Alpha:

./configure --prefix=/home/chriskl/local --enable-integer-datetimes --enable
-debug --enable-depend --enable-cassert --with-pam --with-CXX --with-openssl

Gives:

gmake[3]: Entering directory `/home/chriskl/pgsql-head/src/interfaces/libpq'
gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPI
C -I. -I../../../src/include  -DFRONTEND -DSYSCONFDIR='"/home/chriskl/local/
etc/postgresql"'  -c -o fe-secure.o fe-secure.c -MMD
fe-secure.c: In function `verify_peer':
fe-secure.c:417: structure has no member named `s6_addr8'
gmake[3]: *** [fe-secure.o] Error 1
gmake[3]: Leaving directory `/home/chriskl/pgsql-head/src/interfaces/libpq'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/chriskl/pgsql-head/src/interfaces'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/chriskl/pgsql-head/src'
gmake: *** [all] Error 2

Chris


> -----Original Message-----
> From: pgsql-committers-owner@postgresql.org
> [mailto:pgsql-committers-owner@postgresql.org]On Behalf Of Bruce Momjian
> Sent: Wednesday, 19 June 2002 1:55 PM
> To: Thomas Lockhart
> Cc: Bruce Momjian - CVS; pgsql-committers@postgresql.org
> Subject: Re: [COMMITTERS] pgsql/src/backend/parser gram.y
>
>
> Thomas Lockhart wrote:
> > > Modified files:
> > >         src/backend/parser: gram.y
> > > Log message:
> > >         Wrap long gram.y lines.
> >
> > Argh. I've been making some (minor) changes to gram.y and had noticed
> > some indenting troubles too. I'll bet it conflicts :(
>
> Yes, I have to do gram.y manually.  Few indenters can do yacc files.
>
> > Does the cvs head now compile and run? If so (or if when) I'll merge and
> > remove conflicts...
>
> Sure, CVS runs fine.  I am working on some COPY syntax changes, but that
> will not effect your changes.  Let me know if you want help merging.  I
> know what I changed.
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


В списке pgsql-committers по дате отправления:

Предыдущее
От: thomas@postgresql.org (Thomas Lockhart)
Дата:
Сообщение: pgsql/doc/src/sgml features.sgml
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql/src/backend/parser gram.y