1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Update for QNX from Kardos, Dr. Andrea

This commit is contained in:
Bruce Momjian
1999-12-09 15:56:16 +00:00
parent f7f41c7c8c
commit cb0032cdcf
3 changed files with 162 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.49 1999/11/22 17:56:29 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.50 1999/12/09 15:56:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -1832,7 +1832,9 @@ _LOtransfer(char **destfd,
int isDestLO)
{
#define MAX_READ (512 * 1024)
#if !defined(min)
#define min(a, b) (a < b ? a : b)
#endif
struct varlena *v = NULL;
int tmp,
inc,