mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Another pgindent run with updated typedefs.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/portalcmds.c,v 1.22 2003/08/06 17:46:45 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/portalcmds.c,v 1.23 2003/08/08 21:41:32 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -36,7 +36,7 @@
|
||||
* Execute SQL DECLARE CURSOR command.
|
||||
*/
|
||||
void
|
||||
PerformCursorOpen(DeclareCursorStmt * stmt)
|
||||
PerformCursorOpen(DeclareCursorStmt *stmt)
|
||||
{
|
||||
List *rewritten;
|
||||
Query *query;
|
||||
|
Reference in New Issue
Block a user