Re: [COMMITTERS] pgsql: Second try committing the path changes.

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Chris Browne" <cbbrowne(at)acm(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Second try committing the path changes.
Date: 2006-08-29 20:35:14
Message-ID: c2d9e70e0608291335wee09b1aje6f019da9cf2fdb0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 8/29/06, Chris Browne <cbbrowne(at)acm(dot)org> wrote:
> tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane) writes:
> > meskes(at)postgresql(dot)org (Michael Meskes) writes:
> >> Second try committing the path changes.
> >
> > Ah, this looks better. I get clean passes on both HPPA in-tree and
> > Fedora x86_64 VPATH builds, so I think you've finally fixed all the
> > issues. Congrats!
>
> Ah. So this would have caused a bunch of problems in compiling
> src/interfaces/ecpg/test/connect/test1.pgc???
>
> I'm not sure I'm seeing it in CVS; perhaps this waits some time before
> getting completely public?

i'm seeing this error when compiling HEAD (updated at ago 29 15:16)

make[5]: Entering directory
`/home/postgres/PG_RELEASES/pgsql-8.2uv/src/interfaces/ecpg/test/connect'
../../preproc/ecpg -I./../../include -o test1.c -I. test1.pgc
test1.pgc:29: ERROR: syntax error at or near "@"
make[5]: *** [test1.c] Error 3
make[5]: *** Deleting file `test1.c'

--
regards,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-29 22:25:12 pgsql: Create a FETCH_COUNT parameter that causes psql to execute
Previous Message Bruce Momjian 2006-08-29 20:10:43 pgsql: Separate prepared statement and bind parameters with comma.

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-08-29 21:00:29 Re: [PATCHES] Another VPATH patch for ecpg
Previous Message Bruce Momjian 2006-08-29 20:10:12 Re: [HACKERS] [PATCHES] log_statement output for protocol