summaryrefslogtreecommitdiff
path: root/src/backend/nodes/print.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-02-21 01:55:03 +0000
committerBruce Momjian <bruce@momjian.us>1999-02-21 01:55:03 +0000
commit23c30246d7777fdee2dfc346baff0ba0720a5e24 (patch)
tree9b62587c8cc572f6e6d79b09a2a0281d28a9eae9 /src/backend/nodes/print.c
parent9d197856dd5eda5cf85b15e564ae09ef8fef0e9e (diff)
pathkeys.c cleanup.
Diffstat (limited to 'src/backend/nodes/print.c')
-rw-r--r--src/backend/nodes/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/nodes/print.c b/src/backend/nodes/print.c
index e8837dc7570..5e9ca1d5903 100644
--- a/src/backend/nodes/print.c
+++ b/src/backend/nodes/print.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.23 1999/02/20 19:02:40 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.24 1999/02/21 01:55:01 momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@@ -223,7 +223,7 @@ print_pathkeys(List *pathkeys, List *rtable)
printf("(");
foreach(i, pathkeys)
{
- List pathkey = lfirst(i));
+ List pathkey = lfirst(i);
printf("(");
foreach(k, pathkey)