This is a discussion on pgsql: Make record_out and record_send extract type information from the within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- Make record_out and record_send extract type information from the passed record object itself, rather than relying ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Log Message: ----------- Make record_out and record_send extract type information from the passed record object itself, rather than relying on a second OID argument to be correct. This patch just changes the function behavior and not the catalogs, so it's OK to back-patch to 8.0. Will remove the now-redundant second argument in pg_proc in a separate patch in HEAD only. Tags: ---- REL8_0_STABLE Modified Files: -------------- pgsql/src/backend/utils/adt: rowtypes.c (r1.8.4.1 -> r1.8.4.2) (http://developer.postgresql.org/cvsw...4.1&r2=1.8.4.2) ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| Thread Tools | |
| Display Modes | |
|
|