mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Another pgindent run with updated typedefs.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: portalcmds.h,v 1.12 2003/08/04 02:40:13 momjian Exp $
|
||||
* $Id: portalcmds.h,v 1.13 2003/08/08 21:42:40 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "utils/portal.h"
|
||||
|
||||
|
||||
extern void PerformCursorOpen(DeclareCursorStmt * stmt);
|
||||
extern void PerformCursorOpen(DeclareCursorStmt *stmt);
|
||||
|
||||
extern void PerformPortalFetch(FetchStmt *stmt, DestReceiver *dest,
|
||||
char *completionTag);
|
||||
|
Reference in New Issue
Block a user