Skip to content

Commit c2f4779

Browse files
author
Thomas G. Lockhart
committed
Define prototype for ExecutorLimit() to avoid compiler complaints.
1 parent 680ef08 commit c2f4779

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/executor/execMain.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
*
2828
* IDENTIFICATION
29-
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.29 1997/11/05 21:18:59 momjian Exp $
29+
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.30 1997/11/17 16:41:04 thomas Exp $
3030
*
3131
*-------------------------------------------------------------------------
3232
*/
@@ -88,6 +88,8 @@ static int queryLimit = ALL_TUPLES;
8888
#undef ALL_TUPLES
8989
#define ALL_TUPLES queryLimit
9090

91+
int ExecutorLimit(int limit);
92+
9193
int
9294
ExecutorLimit(int limit)
9395
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy