1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

Apply patches for QNX from Maurizio

This commit is contained in:
Bruce Momjian
2001-02-02 18:21:59 +00:00
parent a1c68b4e6b
commit b60c57da2d
4 changed files with 12 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.73 2001/01/24 19:43:29 momjian Exp $
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.74 2001/02/02 18:21:59 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -35,6 +35,11 @@
#undef yywrap
#endif /* yywrap */
#ifdef __QNX__
/* For some reason, QNX needs this, bjm 2001-02-02 */
#define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
#endif
#define YY_NO_UNPUT
extern YYSTYPE yylval;

View File

@@ -1,11 +1,11 @@
PyGreSQL - v2.5: PostgreSQL module for Python
PyGreSQL - v3.1: PostgreSQL module for Python
==============================================
0. Copyright notice
===================
PyGreSQL, version 2.5
PyGreSQL, version 3.1
A Python interface for PostgreSQL database.
Written by D'Arcy J.M. Cain, darcy@druid.net<BR>
Based heavily on code written by Pascal Andre, andre@chimay.via.ecp.fr.