diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-07-13 02:55:25 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-07-13 02:55:25 +0000 |
commit | e419c84c56a70d62ec267084ecf814bf132d0528 (patch) | |
tree | 085f770ef4adc8b7160ccfcc9cb1c89c8342b5cd /src | |
parent | 6577f178e643021ac28996bbdeae6202d21a9ab5 (diff) | |
download | postgresql-e419c84c56a70d62ec267084ecf814bf132d0528.tar.gz postgresql-e419c84c56a70d62ec267084ecf814bf132d0528.zip |
Can't have blank lines in resultmap; some versions of expr complain.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/resultmap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index 8ddf15b936b..313eca30e9f 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -8,4 +8,3 @@ float8/i.86-pc-mingw32=float8-exp-three-digits-win32 float8/i.86-pc-cygwin=float8-small-is-zero int8/.*-qnx=int8-exp-three-digits int8/i.86-pc-mingw32=int8-exp-three-digits-win32 - |