aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayfuncs.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-06-25 04:32:03 +0000
committerBruce Momjian <bruce@momjian.us>2003-06-25 04:32:03 +0000
commitff4c69e02183e5330529990871f2c4dfb745a838 (patch)
tree4605fde25f4f3b38d119b02e5822ecc3ad80ad85 /src/backend/utils/adt/arrayfuncs.c
parentfaa8c757998deed70eb40e225b1fd776c2444c7c (diff)
downloadpostgresql-ff4c69e02183e5330529990871f2c4dfb745a838.tar.gz
postgresql-ff4c69e02183e5330529990871f2c4dfb745a838.zip
Fix up JOIN .. USING with domains
The attached fixes select_common_type() to support the below case: create table t1( c1 int); create domain dom_c1 int; create table t2(c1 dom_c1); select * from t1 join t2 using( c1 ); I didn't see a need for maintaining the domain as the preferred type. A simple getBaseType() call on all elements of the list seems to be enough. -- Rod Taylor <rbt@rbt.ca>
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions