pgsql-server/ oc/src/sgml/xfunc.sgml rc/backen ...

Started by Tom Lanealmost 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/08/23 12:41:38

Modified files:
doc/src/sgml : xfunc.sgml
src/backend/catalog: pg_proc.c
src/backend/commands: typecmds.c
src/backend/executor: functions.c
src/include/catalog: pg_proc.h
src/test/regress/expected: opr_sanity.out
src/test/regress/sql: opr_sanity.sql

Log message:
Further cleanup around the edges of OPAQUE/pseudotype changes. Correct
the declarations of some index access method support functions. Support
SQL functions returning VOID.