pgsql: fixed bug in segfault REVOKE statement - Mailing list pgsql-committers

From davec@svr1.postgresql.org (Dave Cramer)
Subject pgsql: fixed bug in segfault REVOKE statement
Date
Msg-id 20041101131714.0C5923A4565@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
fixed bug in segfault REVOKE statement

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/preproc:
        preproc.y (r1.298 -> r1.299)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y.diff?r1=1.298&r2=1.299)

pgsql-committers by date:

Previous
From: davec@svr1.postgresql.org (Dave Cramer)
Date:
Subject: pgsql: fixed bug in REVOKE statement cat_str only has 8 arguments
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Move pthread.h test up to use PTHREAD_CFLAGS.