diff options
author | Joe Conway <mail@joeconway.com> | 2007-11-10 05:00:41 +0000 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2007-11-10 05:00:41 +0000 |
commit | 01496439e939f4528d46d1946950a13daa39878b (patch) | |
tree | a909fc788d793129d5b87bae973d206c511776ad /contrib/tablefunc/data | |
parent | f19c8577eb565eeebd8e7211d2fc2e858be76d67 (diff) | |
download | postgresql-01496439e939f4528d46d1946950a13daa39878b.tar.gz |
Have crosstab variants treat NULL rowid as a category in its own right,
per suggestion from Tom Lane. This fixes crash-bug reported by Stefan
Schwarzer.
Diffstat (limited to 'contrib/tablefunc/data')
-rw-r--r-- | contrib/tablefunc/data/ct.data | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/tablefunc/data/ct.data b/contrib/tablefunc/data/ct.data index eb91cc9b3a..7733fc2d21 100644 --- a/contrib/tablefunc/data/ct.data +++ b/contrib/tablefunc/data/ct.data @@ -12,3 +12,7 @@ 12 group2 test4 att1 val4 13 group2 test4 att2 val5 14 group2 test4 att3 val6 +15 group1 \N att1 val9 +16 group1 \N att2 val10 +17 group1 \N att3 val11 +18 group1 \N att4 val12 |