git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 77dd153) | patch
Rename SetSingleFuncCall() to InitMaterializedSRF()
2022年10月18日 01:22:35 +0000 (10:22 +0900)
2022年10月18日 01:22:35 +0000 (10:22 +0900)
commit a19e5cee635dc94c9c6e44c8863b4b770920a04b
Rename SetSingleFuncCall() to InitMaterializedSRF()

Per discussion, the existing routine name able to initialize a SRF
function with materialize mode is unpopular, so rename it. Equally, the
flags of this function are renamed, as of:
- SRF_SINGLE_USE_EXPECTED -> MAT_SRF_USE_EXPECTED_DESC
- SRF_SINGLE_BLESS -> MAT_SRF_BLESS
The previous function and flags introduced in 9e98583 are kept around
for compatibility purposes, so as any extension code already compiled
with v15 continues to work as-is. The declarations introduced here for
compatibility will be removed from HEAD in a follow-up commit.

The new names have been suggested by Andres Freund and Melanie
Plageman.

Discussion: https://postgr.es/m/20221013194820.ciktb2sbbpw7cljm@awork3.anarazel.de
Backpatch-through: 15
36 files changed:
contrib/amcheck/verify_heapam.c diff | blob | blame | history
contrib/dblink/dblink.c diff | blob | blame | history
contrib/pageinspect/brinfuncs.c diff | blob | blame | history
contrib/pageinspect/gistfuncs.c diff | blob | blame | history
contrib/pg_stat_statements/pg_stat_statements.c diff | blob | blame | history
contrib/pg_walinspect/pg_walinspect.c diff | blob | blame | history
contrib/pgrowlocks/pgrowlocks.c diff | blob | blame | history
contrib/postgres_fdw/connection.c diff | blob | blame | history
contrib/xml2/xpath.c diff | blob | blame | history
src/backend/access/transam/rmgr.c diff | blob | blame | history
src/backend/access/transam/xlogprefetcher.c diff | blob | blame | history
src/backend/commands/event_trigger.c diff | blob | blame | history
src/backend/commands/extension.c diff | blob | blame | history
src/backend/commands/prepare.c diff | blob | blame | history
src/backend/foreign/foreign.c diff | blob | blame | history
src/backend/replication/logical/launcher.c diff | blob | blame | history
src/backend/replication/logical/logicalfuncs.c diff | blob | blame | history
src/backend/replication/logical/origin.c diff | blob | blame | history
src/backend/replication/slotfuncs.c diff | blob | blame | history
src/backend/replication/walsender.c diff | blob | blame | history
src/backend/storage/ipc/shmem.c diff | blob | blame | history
src/backend/utils/adt/datetime.c diff | blob | blame | history
src/backend/utils/adt/genfile.c diff | blob | blame | history
src/backend/utils/adt/hbafuncs.c diff | blob | blame | history
src/backend/utils/adt/jsonfuncs.c diff | blob | blame | history
src/backend/utils/adt/mcxtfuncs.c diff | blob | blame | history
src/backend/utils/adt/misc.c diff | blob | blame | history
src/backend/utils/adt/pgstatfuncs.c diff | blob | blame | history
src/backend/utils/adt/varlena.c diff | blob | blame | history
src/backend/utils/fmgr/README diff | blob | blame | history
src/backend/utils/fmgr/funcapi.c diff | blob | blame | history
src/backend/utils/misc/guc_funcs.c diff | blob | blame | history
src/backend/utils/misc/pg_config.c diff | blob | blame | history
src/backend/utils/mmgr/portalmem.c diff | blob | blame | history
src/include/funcapi.h diff | blob | blame | history
src/test/modules/test_ddl_deparse/test_ddl_deparse.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /