summaryrefslogtreecommitdiff
path: root/contrib/tablefunc/data
diff options
context:
space:
mode:
authorBruce Momjian2003-07-27 03:51:59 +0000
committerBruce Momjian2003-07-27 03:51:59 +0000
commita265b7f70aa01a34ae30554186ee8c2089e035d8 (patch)
treeef79b44f3dde4090078a6e1427b432f60df8f275 /contrib/tablefunc/data
parent9ae690552034e1441c46b404eb5889b0110bd19e (diff)
> Am Son, 2003-06-22 um 02.09 schrieb Joe Conway:
>>Sounds like all that's needed for your case. But to be complete, in >>addition to changing tablefunc.c we'd have to: >>1) come up with a new function call signature that makes sense and does >>not cause backward compatibility problems for other people >>2) make needed changes to tablefunc.sql.in >>3) adjust the README.tablefunc appropriately >>4) adjust the regression test for new functionality >>5) be sure we don't break any of the old cases >> >>If you want to submit a complete patch, it would be gratefully accepted >>-- for review at least ;-) > > Here's the patch, at least for steps 1-3 Nabil Sayegh Joe Conway
Diffstat (limited to 'contrib/tablefunc/data')
-rw-r--r--contrib/tablefunc/data/connectby_text.data18
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/tablefunc/data/connectby_text.data b/contrib/tablefunc/data/connectby_text.data
index 30697c85b33..a9038206da3 100644
--- a/contrib/tablefunc/data/connectby_text.data
+++ b/contrib/tablefunc/data/connectby_text.data
@@ -1,9 +1,9 @@
-row1 \N
-row2 row1
-row3 row1
-row4 row2
-row5 row2
-row6 row4
-row7 row3
-row8 row6
-row9 row5
+row1 \N 0
+row2 row1 0
+row3 row1 0
+row4 row2 1
+row5 row2 0
+row6 row4 0
+row7 row3 0
+row8 row6 0
+row9 row5 0