1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

I'm getting there, slowly :)

This commit is contained in:
Marc G. Fournier
1996-11-06 08:48:33 +00:00
parent e232909157
commit a472a29bb4
12 changed files with 102 additions and 100 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.2 1996/10/31 10:37:51 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.3 1996/11/06 08:48:29 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -47,12 +47,13 @@
* see utils/mmgr/portalmem.c for why. -cim 2/22/91
*
*/
#include <string.h>
#include <sys/types.h>
#include "postgres.h"
#include "libpq/libpq.h" /* where the declarations go */
#include "utils/exc.h"
#include "utils/palloc.h"
#include <postgres.h>
#include <libpq/libpq.h> /* where the declarations go */
#include <utils/exc.h>
PortalEntry** portals = (PortalEntry**) NULL;
size_t portals_array_size = 0;