pgsql/src/backend/utils Gen_fmgrtab.sh - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src/backend/utils Gen_fmgrtab.sh
Date
Msg-id 200105221206.f4MC6p401252@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.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


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/libpq++ Makefile
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/doc TODO