diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-10-14 13:47:59 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-10-14 13:47:59 -0400 |
commit | f18231e817599246fc99a798c9bf57ab785db91f (patch) | |
tree | 73c9c524c00ee469f32b1e3703f757bf04321c4c /src/backend/utils/adt/pg_locale.c | |
parent | a542d5614bdb6430094556162b9ca2f01d35f9dc (diff) | |
download | postgresql-f18231e817599246fc99a798c9bf57ab785db91f.tar.gz postgresql-f18231e817599246fc99a798c9bf57ab785db91f.zip |
ecpg: move some functions into a new file ecpg/preproc/util.c.
mm_alloc and mm_strdup were in type.c, which seems a completely
random choice. No doubt the original author thought two small
functions didn't deserve their own file. But I'm about to add
some more memory-management stuff beside them, so let's put them
in a less surprising place. This seems like a better home for
mmerror, mmfatal, and the cat_str/make_str family, too.
Discussion: https://postgr.es/m/2011420.1713493114@sss.pgh.pa.us
Diffstat (limited to 'src/backend/utils/adt/pg_locale.c')
0 files changed, 0 insertions, 0 deletions