diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-10 23:54:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-10 23:54:24 +0000 |
commit | 1afac12910b82cf68d064284391209f41a6adcf9 (patch) | |
tree | dee75ebb24c486541ab2cf55b29f71a367dc0a7b /src/include/executor/nodeAgg.h | |
parent | c83702606c3fb8c2bcef7b6f57232c982ff62ab3 (diff) | |
download | postgresql-1afac12910b82cf68d064284391209f41a6adcf9.tar.gz postgresql-1afac12910b82cf68d064284391209f41a6adcf9.zip |
Create a new file executor/execGrouping.c to centralize utility routines
shared by nodeGroup, nodeAgg, and soon nodeSubplan.
Diffstat (limited to 'src/include/executor/nodeAgg.h')
-rw-r--r-- | src/include/executor/nodeAgg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h index 036d67ccaad..a2817306da0 100644 --- a/src/include/executor/nodeAgg.h +++ b/src/include/executor/nodeAgg.h @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * * nodeAgg.h - * + * prototypes for nodeAgg.c * * * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeAgg.h,v 1.18 2002/12/05 15:50:36 tgl Exp $ + * $Id: nodeAgg.h,v 1.19 2003/01/10 23:54:24 tgl Exp $ * *------------------------------------------------------------------------- */ |