From 6724a5078748946b8150700125571b6ea62feca8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Feb 1999 23:22:53 +0000 Subject: Change my-function-name-- to my_function_name, and optimizer renames. --- src/include/optimizer/pathnode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/optimizer/pathnode.h') diff --git a/src/include/optimizer/pathnode.h b/src/include/optimizer/pathnode.h index 10bdeb26f0..74a651e4c2 100644 --- a/src/include/optimizer/pathnode.h +++ b/src/include/optimizer/pathnode.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * pathnode.h-- + * pathnode.h * prototypes for pathnode.c, indexnode.c, relnode.c. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: pathnode.h,v 1.13 1999/02/12 06:43:53 momjian Exp $ + * $Id: pathnode.h,v 1.14 1999/02/13 23:21:49 momjian Exp $ * *------------------------------------------------------------------------- */ -- cgit v1.2.1