pgsql-server/src/interfaces/ecpg/preproc preproc.y

Started by Bruce Momjianover 23 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@postgresql.org 02/12/12 16:50:01

Modified files:
src/interfaces/ecpg/preproc: preproc.y

Log message:
While porting my TPC-C implementation from Oracle, I discovered the
attached problem with the EXEC SQL COMMIT RELEASE statement.

Roland Karch