From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove MyAuxProcType, use MyBackendType instead |
Date: | 2024-03-04 08:32:38 |
Message-ID: | E1rh3kU-0020bq-9M@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove MyAuxProcType, use MyBackendType instead
MyAuxProcType was redundant with MyBackendType.
Reviewed-by: Reid Thompson, Andres Freund
Discussion: https://www.postgresql.org/message-id/f3ecd4cb-85ee-4e54-8278-5fabfb3a4ed0@iki.fi
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/067701f57758f9baed5bd9d868539738d77bfa92
Modified Files
--------------
src/backend/postmaster/auxprocess.c | 58 ++++++-----------------------
src/backend/postmaster/postmaster.c | 56 ++++++++++++++--------------
src/include/miscadmin.h | 73 ++++++++++++++++++-------------------
src/include/postmaster/auxprocess.h | 2 +-
src/tools/pgindent/typedefs.list | 1 -
5 files changed, 75 insertions(+), 115 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2024-03-04 09:59:22 | pgsql: doc: Fix datatype for postgres_fdw option |
Previous Message | Dilip Kumar | 2024-03-04 06:14:48 | Re: pgsql: Improve performance of subsystems on top of SLRU |