diff options
| author | Michael Meskes <meskes@postgresql.org> | 2007-03-17 19:25:24 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2007-03-17 19:25:24 +0000 |
| commit | d3e131e06269d569917ac2a005bc6b92b581612f (patch) | |
| tree | 56afc7a953c2ad68ba36b5022990dc9d0de17105 /src/interfaces/ecpg/test/sql/Makefile | |
| parent | e6e78187ef4011aa3d44280fccc8fbc9baed1dfa (diff) | |
- Changed some whitespacing in connect statement.
- Made some chars const as proposed by Stefan Huehner <stefan@huehner.org>.
- Synced parser and keyword lists.
- Copied two token parsing from backend parser to ecpg parser.
- Also added a test case for this.
Diffstat (limited to 'src/interfaces/ecpg/test/sql/Makefile')
| -rw-r--r-- | src/interfaces/ecpg/test/sql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/sql/Makefile b/src/interfaces/ecpg/test/sql/Makefile index 2a05359400e..01144da9f18 100644 --- a/src/interfaces/ecpg/test/sql/Makefile +++ b/src/interfaces/ecpg/test/sql/Makefile @@ -16,6 +16,7 @@ TESTS = array array.c \ fetch fetch.c \ func func.c \ indicators indicators.c \ + parser parser.c \ quote quote.c \ show show.c \ update update.c |
