diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2025-03-12 22:03:39 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2025-03-12 22:03:39 +0200 |
commit | ac4494646daee27df20f7cded3ad49be24e9a98c (patch) | |
tree | a650e4c9ba1f194028453b0ee535d67101ee76e6 /src/tutorial/complex.c | |
parent | 025e7e1eb4b884a187ade19f2ed479b256306a82 (diff) | |
download | postgresql-ac4494646daee27df20f7cded3ad49be24e9a98c.tar.gz postgresql-ac4494646daee27df20f7cded3ad49be24e9a98c.zip |
Rename alloc/free functions in reorderbuffer.c
There used to be bespoken pools for these structs to reduce the
palloc/pfree overhead, but that was ripped out a long time ago and
replaced with the generic, cheaper generational memory allocator
(commit a4ccc1cef5). The Get/Return terminology made sense with the
pools, as you "got" an object from the pool and "returned" it later,
but now it just looks weird. Rename to Alloc/Free.
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/c9e43d2d-8e83-444f-b111-430377368989@iki.fi
Diffstat (limited to 'src/tutorial/complex.c')
0 files changed, 0 insertions, 0 deletions