postgresql/src/include
Michael Paquier 7ebb64c557 Add routine to free MCVList
This addition is in the same spirit as 32e27bd320 for MVNDistinct and
MVDependencies, except that we were missing a free routine for the third
type of extended statistics, MCVList.  I was not sure if we needed an
equivalent for MCVList, but after more review of the main patch set for
the import of extended statistics, it has become clear that we do.

This is introduced as its own change as this routine can be useful on
its own.  This one is a piece that has not been written by Corey
Huinker, I have just noticed it by myself on the way.

Author: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/CADkLM=dpz3KFnqP-dgJ-zvRvtjsa8UZv8wDAQdqho=qN3kX0Zg@mail.gmail.com
2026-01-20 13:13:47 +09:00
..
access Remove some unnecessary code from multixact truncation 2026-01-15 13:34:50 +02:00
archive Update copyright for 2026 2026-01-01 13:24:10 -05:00
backup Update copyright for 2026 2026-01-01 13:24:10 -05:00
bootstrap Update copyright for 2026 2026-01-01 13:24:10 -05:00
catalog Add pg_clear_extended_stats() 2026-01-16 08:13:30 +09:00
commands Fix typos and inconsistencies in code and comments 2026-01-05 09:19:15 +09:00
common Revert "Replace pg_restrict by standard restrict" 2026-01-14 15:12:25 +01:00
datatype Update copyright for 2026 2026-01-01 13:24:10 -05:00
executor Move instrumentation-related structs to instrument_node.h 2026-01-12 16:59:28 +01:00
fe_utils Update copyright for 2026 2026-01-01 13:24:10 -05:00
foreign Update copyright for 2026 2026-01-01 13:24:10 -05:00
jit Fix typos and inconsistencies in code and comments 2026-01-05 09:19:15 +09:00
lib Fix misc typos, mostly in comments 2026-01-08 18:10:08 +02:00
libpq Revert "Replace pg_restrict by standard restrict" 2026-01-14 15:12:25 +01:00
mb Update copyright for 2026 2026-01-01 13:24:10 -05:00
nodes Fix query jumbling with GROUP BY clauses 2026-01-14 08:44:12 +09:00
optimizer Fix typos and inconsistencies in code and comments 2026-01-05 09:19:15 +09:00
parser Update copyright for 2026 2026-01-01 13:24:10 -05:00
partitioning Update copyright for 2026 2026-01-01 13:24:10 -05:00
pch Update copyright for 2026 2026-01-01 13:24:10 -05:00
port Fix typos and inconsistencies in code and comments 2026-01-05 09:19:15 +09:00
portability instrumentation: Keep time fields as instrtime, convert in callers 2026-01-09 13:38:00 -05:00
postmaster Wake up autovacuum launcher from postmaster when a worker exits 2026-01-15 18:02:25 +02:00
regex Update copyright for 2026 2026-01-01 13:24:10 -05:00
replication Fix typos and inconsistencies in code and comments 2026-01-05 09:19:15 +09:00
rewrite Update copyright for 2026 2026-01-01 13:24:10 -05:00
snowball Update to latest Snowball sources. 2026-01-05 15:22:37 -05:00
statistics Add routine to free MCVList 2026-01-20 13:13:47 +09:00
storage lwlock: Remove support for disowned lwlwocks 2026-01-15 14:57:45 -05:00
tcop Update copyright for 2026 2026-01-01 13:24:10 -05:00
tsearch Update copyright for 2026 2026-01-01 13:24:10 -05:00
utils Remove #include <math.h> where not needed 2026-01-15 19:09:47 +01:00
.gitignore Use <stdint.h> and <inttypes.h> for c.h integers. 2024-12-04 15:05:38 +13:00
c.h Revert "Replace pg_restrict by standard restrict" 2026-01-14 15:12:25 +01:00
fmgr.h Add data type oid8, 64-bit unsigned identifier 2026-01-07 11:37:00 +09:00
funcapi.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
getopt_long.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
Makefile Split some long Makefile lists 2025-12-28 09:17:42 +09:00
meson.build Decouple C++ support in Meson's PGXS from LLVM enablement 2026-01-09 10:25:02 +01:00
miscadmin.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_config.h.in Revert "Replace pg_restrict by standard restrict" 2026-01-14 15:12:25 +01:00
pg_config_manual.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_getopt.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_trace.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
pgstat.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
pgtar.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
pgtime.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
port.h strnlen() is now required 2026-01-08 08:51:20 +01:00
postgres.h Add data type oid8, 64-bit unsigned identifier 2026-01-07 11:37:00 +09:00
postgres_ext.h Move pg_int64 back to postgres_ext.h 2025-09-16 10:48:56 +02:00
postgres_fe.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
varatt.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
windowapi.h Update copyright for 2026 2026-01-01 13:24:10 -05:00