Re: [HACKERS] contrib/ltree patches

2002-12-05 Thread Teodor Sigaev
Don't do it! It's a wrong patch. Dan will prepare correct patch (with other changes). Bruce Momjian wrote: Dan, is this ready to be applied to CVS? --- Dan Langille wrote: I have been looking at contrib/ltree in the

Re: [HACKERS] contrib/ltree patches

2002-12-05 Thread Dan Langille
Thanks for asking. I have been diverted to other tasks and won't be able to get back to this for a short while. The basics work (i.e. population and simple compares) but I know for sure that certain functions will not work now that we allow what were previously operators to be part of the

Re: [HACKERS] contrib/ltree patches

2002-12-04 Thread Bruce Momjian
Dan, is this ready to be applied to CVS? --- Dan Langille wrote: I have been looking at contrib/ltree in the PostgreSQL repository. I've modified the code to allow / as a node delimiter instead of . which is the

Re: [HACKERS] contrib/ltree patches

2002-11-27 Thread Teodor Sigaev
Dan Langille wrote: I have been looking at contrib/ltree in the PostgreSQL repository. I've modified the code to allow / as a node delimiter instead of . which is the default. What is the reason for changing delimiter? Below are the patches to make this change. I have also moved the

Re: [HACKERS] contrib/ltree patches

2002-11-27 Thread Dan Langille
On 27 Nov 2002 at 12:16, Teodor Sigaev wrote: Dan Langille wrote: I have been looking at contrib/ltree in the PostgreSQL repository. I've modified the code to allow / as a node delimiter instead of . which is the default. What is the reason for changing delimiter? My tree represents a

Re: [HACKERS] contrib/ltree patches

2002-11-27 Thread Teodor Sigaev
What is the reason for changing delimiter? My tree represents a file system. Here are some entries: Below are the patches to make this change. I have also moved the delimiter to a DEFINE so that other customizations are easily done. This is a work in progress. It's good. #define

Re: [HACKERS] contrib/ltree patches

2002-11-27 Thread Dan Langille
On 27 Nov 2002 at 19:55, Teodor Sigaev wrote: Ok, I think it's a good extension. Let you prepare cumulative patch. Nevertheless, we have no chance to insert this to 7.3 release :(. Only for 7.3.1 or even 7.4. Thanks. As for the 7.3 release, yes, it would be nice, but that was not my goal.

[HACKERS] contrib/ltree patches

2002-11-26 Thread Dan Langille
I have been looking at contrib/ltree in the PostgreSQL repository. I've modified the code to allow / as a node delimiter instead of . which is the default. Below are the patches to make this change. I have also moved the delimiter to a DEFINE so that other customizations are easily done. This