mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
a19e5cee63
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
|
||
---|---|---|
.. | ||
expected | ||
specs | ||
.gitignore | ||
Makefile | ||
meson.build | ||
pgrowlocks--1.0--1.1.sql | ||
pgrowlocks--1.1--1.2.sql | ||
pgrowlocks--1.2.sql | ||
pgrowlocks.c | ||
pgrowlocks.control |