mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
- Synced preproc.y with gram.y.
- Synced keyword.c. - Added patch by Christof Petig <christof.petig@wtal.de> to fix NOT FOUND problem on update/insert/delete.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
all: test1 test2 test3 test4 perftest dyntest dyntest2 test_notice
|
||||
all: test1 test2 test3 test4 perftest dyntest dyntest2 test_notice test_code100
|
||||
|
||||
#LDFLAGS=-g -I /usr/local/pgsql/include -L/usr/local/pgsql/lib -lecpg -lpq
|
||||
LDFLAGS=-g -I ../include -I /usr/include/postgresql -L /usr/lib -lecpg -lpq
|
||||
|
@ -1,4 +1,4 @@
|
||||
// $Id: test_code100.pgc,v 1.1 2000/09/20 13:25:52 meskes Exp $
|
||||
// $Id: test_code100.pgc,v 1.2 2000/09/26 11:41:45 meskes Exp $
|
||||
|
||||
exec sql include sqlca;
|
||||
#include <stdio.h>
|
||||
@ -11,7 +11,7 @@ int main(int argc, char **argv)
|
||||
|
||||
// ECPGdebug(1,stdout);
|
||||
|
||||
exec sql connect to test;
|
||||
exec sql connect to mm;
|
||||
if (sqlca.sqlcode) printf("%ld:%s\n",sqlca.sqlcode,sqlca.sqlerrm.sqlerrmc);
|
||||
|
||||
exec sql create table test (
|
||||
|
Reference in New Issue
Block a user