mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
At this rate, maybe next year sometime I'll get this done...
Goals: reduce the difficulty of porting from platform to platform, release to release, but moving as much as possible into config.h
This commit is contained in:
@ -7,10 +7,13 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.3 1996/07/22 21:56:00 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.4 1996/08/27 07:32:27 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
Reference in New Issue
Block a user