postgresql/src/backend/utils/cache
Tom Lane ac3dcca22e Fix getTypeIOParam to support type record[].
Since record[] uses array_in, it needs to have its element type passed
as typioparam.  In HEAD and 9.1, this fix essentially reverts commit
9bc933b212, which was a hack that is no
longer needed since domains don't set their typelem anymore.  Before
that, adjust the logic so that only domains are excluded from being
treated like arrays, rather than assuming that only base types should
be included.  Add a regression test to demonstrate the need for this.
Per report from Maxim Boguk.

Back-patch to 8.4, where type record[] was added.
2011-12-01 12:44:22 -05:00
..
attoptcache.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
catcache.c Fix race condition with toast table access from a stale syscache entry. 2011-11-01 19:48:43 -04:00
inval.c Fix race condition in relcache init file invalidation. 2011-08-16 13:12:03 -04:00
lsyscache.c Fix getTypeIOParam to support type record[]. 2011-12-01 12:44:22 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
plancache.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
relcache.c Fix a missed case in code for "moving average" estimate of reltuples. 2011-08-30 14:49:52 -04:00
relmapper.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
spccache.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
syscache.c Capitalization fixes 2011-06-19 00:39:19 +03:00
ts_cache.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
typcache.c Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00