1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

pgindent run.

This commit is contained in:
Bruce Momjian
2003-08-04 00:43:34 +00:00
parent 63354a0228
commit 089003fb46
554 changed files with 24888 additions and 21245 deletions

View File

@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: spi_priv.h,v 1.14 2003/05/02 20:54:35 tgl Exp $
* $Id: spi_priv.h,v 1.15 2003/08/04 00:43:31 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -27,7 +27,10 @@ typedef struct
typedef struct
{
/* context containing _SPI_plan itself as well as subsidiary structures */
/*
* context containing _SPI_plan itself as well as subsidiary
* structures
*/
MemoryContext plancxt;
/* List of List of querytrees; one sublist per original parsetree */
List *qtlist;