From f0e7e2faa4b11332245bbd4b7fee81bfde54f616 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Mon, 23 Feb 1998 06:28:16 +0000 Subject: ExecReScan for Unique & Sort nodes. --- src/include/executor/nodeSort.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/executor/nodeSort.h') diff --git a/src/include/executor/nodeSort.h b/src/include/executor/nodeSort.h index a69b15c675..89beeb8c72 100644 --- a/src/include/executor/nodeSort.h +++ b/src/include/executor/nodeSort.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSort.h,v 1.5 1997/11/26 01:13:04 momjian Exp $ + * $Id: nodeSort.h,v 1.6 1998/02/23 06:27:55 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -23,5 +23,6 @@ extern int ExecCountSlotsSort(Sort *node); extern void ExecEndSort(Sort *node); extern void ExecSortMarkPos(Sort *node); extern void ExecSortRestrPos(Sort *node); +extern void ExecReScanSort(Sort *node, ExprContext *exprCtxt, Plan *parent); #endif /* NODESORT_H */ -- cgit v1.2.1