1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Fix inconsistent static-vs-not-static declarations.

This commit is contained in:
Tom Lane
2003-08-01 18:03:57 +00:00
parent 38a412ec39
commit 3a1ed8761f
4 changed files with 7 additions and 10 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.67 2003/07/22 19:00:12 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.68 2003/08/01 17:57:42 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -507,7 +507,7 @@ PortalRun(Portal portal, long count,
*
* Returns number of rows processed (suitable for use in result tag)
*/
long
static long
PortalRunSelect(Portal portal,
bool forward,
long count,