pgsql/src/backend/utils Gen_fmgrtab.sh

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils Gen_fmgrtab.sh
Date: 2001-05-22 12:06:51
Message-ID: 200105221206.f4MC6p401252@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/05/22 08:06:51

Modified files:
src/backend/utils: Gen_fmgrtab.sh

Log message:
The Watcom preprocessor adds a space at the start of each line. Therefore
the output of "egrep '^[0-9]' " is empty. Changing the pattern to
"egrep '^[ ]*[0-9]" generates the correct file.

Tegge, Bernd

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-22 12:10:51 pgsql/doc TODO
Previous Message Bruce Momjian - CVS 2001-05-22 11:24:29 pgsql/src/interfaces/libpq++ Makefile