Re: pgsql/src/interfaces/ecpg/preproc keywords.c p ...

Lists: pgsql-committers
From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/ecpg/preproc keywords.c p ...
Date: 2002-06-30 09:34:14
Message-ID: 20020630093414.7F5DB475873@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: meskes(at)postgresql(dot)org 02/06/30 05:34:14

Modified files:
src/interfaces/ecpg/preproc: keywords.c pgc.l preproc.y

Log message:
Committing parser changes. Note, however, that the development bison seems ot have a problem on my home machine. So these go in untested for the time being. But at least I have them in the archive.

Michael


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: meskes(at)postgresql(dot)org (Michael Meskes)
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/ecpg/preproc keywords.c p ...
Date: 2002-06-30 16:06:21
Message-ID: 20342.1025453181@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

meskes(at)postgresql(dot)org (Michael Meskes) writes:
> Committing parser changes. Note, however, that the development bison seems ot have a problem on my home machine. So these go in untested for the time being. But at least I have them in the archive.

Weren't these changes supposed to go on a branch, until a working bison
release is available?

It sure looks from here like you committed them on HEAD.

regards, tom lane


From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/ecpg/preproc keywords.c p ...
Date: 2002-06-30 17:13:22
Message-ID: 20020630171322.GA6560@feivel.fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

On Sun, Jun 30, 2002 at 12:06:21PM -0400, Tom Lane wrote:
> Weren't these changes supposed to go on a branch, until a working bison
> release is available?

Sure they were.

> It sure looks from here like you committed them on HEAD.

ARGH! Not sure what happened. I thought I had set it up correctly. No
idea what went wrong as I tried to set it up as Thomas said.

Again I'm not really knowledgeable in using cvs, so I guess I made a
stupid mistake. But I hope the files are restorable, aren't they?

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/ecpg/preproc keywords.c p ...
Date: 2002-06-30 17:58:49
Message-ID: 1424.1025459929@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Michael Meskes <meskes(at)postgresql(dot)org> writes:
> Again I'm not really knowledgeable in using cvs, so I guess I made a
> stupid mistake. But I hope the files are restorable, aren't they?

Just re-commit the prior version.

regards, tom lane


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Meskes <meskes(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/ecpg/preproc keywords.c p ...
Date: 2002-06-30 19:19:31
Message-ID: 200206301919.g5UJJV519937@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Tom Lane wrote:
> Michael Meskes <meskes(at)postgresql(dot)org> writes:
> > Again I'm not really knowledgeable in using cvs, so I guess I made a
> > stupid mistake. But I hope the files are restorable, aren't they?
>
> Just re-commit the prior version.

Another options is to do a 'cvs diff -c -rX -rY where X and Y are the
two most recent versions. That will generate a patch, and you can 'patch
-R' to apply the reversed patch and commit that new version.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026


From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/ecpg/preproc keywords.c p ...
Date: 2002-07-01 04:15:19
Message-ID: 3D1FD757.4AFDBC1@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

> > It sure looks from here like you committed them on HEAD.
> ARGH! Not sure what happened. I thought I had set it up correctly. No
> idea what went wrong as I tried to set it up as Thomas said.

Michael, do you want some assistance getting started on the branch? I'm
pretty sure that my instructions were accurate, but I can do a sample
update on, say, the Makefile and send you a transcript...

- Thomas


From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/ecpg/preproc keywords.c p ...
Date: 2002-07-01 07:18:31
Message-ID: 20020701071831.GB12347@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

On Sun, Jun 30, 2002 at 01:58:49PM -0400, Tom Lane wrote:
> Michael Meskes <meskes(at)postgresql(dot)org> writes:
> > Again I'm not really knowledgeable in using cvs, so I guess I made a
> > stupid mistake. But I hope the files are restorable, aren't they?
>
> Just re-commit the prior version.

Done. It shoudl be okay again now.

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/ecpg/preproc keywords.c p ...
Date: 2002-07-01 07:19:38
Message-ID: 20020701071938.GC12347@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

On Sun, Jun 30, 2002 at 09:15:19PM -0700, Thomas Lockhart wrote:
> Michael, do you want some assistance getting started on the branch? I'm
> pretty sure that my instructions were accurate, but I can do a sample

I'm sure your instructions were accurate too. Somehow I managed to make
a mistake.

I tried again a few minutes ago and it seems to have worked now.

Thanks a lot.

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!