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/portal.c,v 1.3 1996/10/31 10:37:50 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portal.c,v 1.4 1996/11/06 08:48:28 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -58,11 +58,11 @@
#include <stdio.h> /* for sprintf() */
#include <string.h>
#include "postgres.h"
#include "lib/dllist.h"
#include "libpq/libpq.h" /* where the declarations go */
#include "utils/exc.h"
#include "utils/palloc.h"
#include <postgres.h>
#include <lib/dllist.h>
#include <libpq/libpq.h> /* where the declarations go */
#include <utils/exc.h>
/* ----------------------------------------------------------------