1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

More NOT_USEDs

This commit is contained in:
Bruce Momjian
1997-08-20 14:54:35 +00:00
parent 36c9c968c0
commit 11ac1bf268
9 changed files with 34 additions and 47 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepqual.c,v 1.2 1996/10/31 10:59:27 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepqual.c,v 1.3 1997/08/20 14:53:30 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -543,7 +543,7 @@ remove_ands(Expr *qual)
* are referenced in the target list.
*
*/
#if 0
#ifdef NOT_USED
static List *
update_relations(List *tlist)
{

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/Attic/internal.c,v 1.2 1996/10/31 10:59:39 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/Attic/internal.c,v 1.3 1997/08/20 14:53:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -31,7 +31,7 @@
#include "nodes/primnodes.h"
#include "utils/palloc.h"
#if 0
#ifdef NOT_USED
/*****************************************************************************
*
*****************************************************************************/

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/tlist.c,v 1.3 1997/08/19 21:32:08 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/tlist.c,v 1.4 1997/08/20 14:53:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -532,7 +532,7 @@ get_expr(TargetEntry *tle)
* append the group attribute to the target list if it's not already
* in there.
*/
#if 0
#ifdef NOT_USED
void
AddGroupAttrToTlist(List *tlist, List *grpCl)
{