pgsql: Assorted examples of expanded type-safer palloc/pg_malloc API - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Assorted examples of expanded type-safer palloc/pg_malloc API
Date
Msg-id E1oXdJW-002YLC-Mq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Assorted examples of expanded type-safer palloc/pg_malloc API

This adds some uses of the new palloc/pg_malloc variants here and
there as a demonstration and test.  This is kept separate from the
actual API patch, since the latter might be backpatched at some point.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/bb755632-2a43-d523-36f8-a1e7a389a907@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5015e1e1b58f81a036e4ad16291ef4b3bb7a596c

Modified Files
--------------
contrib/dblink/dblink.c          | 12 ++++-----
src/backend/access/brin/brin.c   | 14 +++++-----
src/backend/access/gin/ginfast.c | 17 +++++-------
src/backend/commands/indexcmds.c | 42 ++++++++++++++---------------
src/backend/commands/prepare.c   |  6 ++---
src/backend/executor/nodeHash.c  | 57 ++++++++++++++++------------------------
src/backend/tcop/postgres.c      |  9 +++----
src/bin/pg_dump/common.c         | 24 +++++++----------
src/bin/pg_dump/pg_backup_tar.c  | 10 +++----
src/bin/psql/startup.c           |  6 ++---
src/common/config_info.c         |  2 +-
src/common/controldata_utils.c   |  2 +-
12 files changed, 90 insertions(+), 111 deletions(-)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Make eval statement naturally proof against perltidy
Next
From: Amit Kapila
Date:
Subject: pgsql: Make the tablesync worker's replication origin drop logic robust