You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Make record_out and record_send extract type information from the passed
record object itself, rather than relying on a second OID argument to becorrect. This patch just changes the function behavior and not thecatalogs, so it's OK to back-patch to 8.0. Will remove the now-redundantsecond argument in pg_proc in a separate patch in HEAD only.