mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
From: Michael Meskes <meskes@topsystem.de>
No more shift/reduce conflicts. Also all other bugs I know about are fixed.
This commit is contained in:
@ -5,8 +5,8 @@ bool ECPGconnect(const char *dbname);
|
||||
bool ECPGdo(int, char *,...);
|
||||
bool ECPGcommit(int);
|
||||
bool ECPGrollback(int);
|
||||
bool ECPGfinish();
|
||||
bool ECPGstatus();
|
||||
bool ECPGfinish(void);
|
||||
bool ECPGstatus(void);
|
||||
|
||||
void ECPGlog(const char *format,...);
|
||||
|
||||
|
Reference in New Issue
Block a user