mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 18:51:56 -04:00
of a composite type to get that type's OID as their second parameter, in place of typelem which is useless. The actual changes are mostly centralized in getTypeInputInfo and siblings, but I had to fix a few places that were fetching pg_type.typelem for themselves instead of using the lsyscache.c routines. Also, I renamed all the related variables from 'typelem' to 'typioparam' to discourage people from assuming that they necessarily contain array element types. |
||
|---|---|---|
| .. | ||
| error.expected | ||
| feature.expected | ||
| Makefile | ||
| plpython.c | ||
| plpython.h | ||
| plpython_depopulate.sql | ||
| plpython_deschema.sql | ||
| plpython_drop.sql | ||
| plpython_error.sql | ||
| plpython_function.sql | ||
| plpython_populate.sql | ||
| plpython_schema.sql | ||
| plpython_setof.sql | ||
| plpython_test.sql | ||
| test.sh | ||
| TODO | ||