Answering the User Survey question on the PostgreSQL
http://www.postgreSQL.org home page ("lang use most
with PostgreSQL?") is returning this result on the web
page, prior to showing the results of the poll:
-
Warning: pg_exec() [function.pg-exec]: Query failed:
ERROR: survey_lock: Permis
Igor ([EMAIL PROTECTED]) reports a bug with a severity of 4
The lower the number the more severe it is.
Short Description
query with inherits
Long Description
In the next situation:
CREATE TABLE main (f1 int4 NOT NULL, PRIMARY KEY(f1));
CREATE TABLE derived (f2 int4) INHERIT (main);
Tom Lane wrote:
> Bruno Wolff III <[EMAIL PROTECTED]> writes:
> > [ #elsif should be #elif ]
>
> Yuck. I wonder why gcc doesn't complain about this sort of thing?
I don't think gcc every sees it. I think cpp should complain, but cpp
skips right over it because it is not in a block of code it ha
Bruno Wolff III <[EMAIL PROTECTED]> writes:
> [ #elsif should be #elif ]
Yuck. I wonder why gcc doesn't complain about this sort of thing?
regards, tom lane
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands
Patch applied. Thanks.
---
Bruno Wolff III wrote:
> A typo in src/backend/libpq/hba.c breaks local ident authentication
> in the SO_PEERCRED case. elif is misspelled as elsif for the test.
> A patch is attached.
[ Attachm
A typo in src/backend/libpq/hba.c breaks local ident authentication
in the SO_PEERCRED case. elif is misspelled as elsif for the test.
A patch is attached.
*** hba.c Sat Mar 15 10:15:46 2003
--- hba.c.old Sat Mar 15 10:15:29 2003
***
*** 1248,1254
return true;