mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
pathkeys.c cleanup.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user