Re: [pgsql-patches] uuid patch 2.0 (8.3devel)

2007-01-25 Thread Peter Eisentraut
Gevik Babakhani wrote: > Hereby the version 2.0 of the uuid datatype patch with modifications If I may make some comments on style: Put your file at the end of the OBJS variable (or in some sort of sensible order). Put your file at the end of the tests (or in some sort of sensible order). Ref

[pgsql-patches] uuid patch 2.0 (8.3devel)

2007-01-25 Thread Gevik Babakhani
Folks, Hereby the version 2.0 of the uuid datatype patch with modifications commented by Neil. - the uuid.h has been cleaned. the declarations have been moved to uuid.c - the text_uuid() and varchar_uuid() have been refactored. - all uuid explicit functions are moved to uuid.c and made local.