| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Cc: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
| Subject: | Simplify signature of ProcessStartupPacket() |
| Date: | 2026-05-15 06:22:12 |
| Message-ID: | aga7lCWluyc5zLb5@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi all,
In one of the recent patches committed into the tree (b63f25bddfeb),
Daniel has come up with the suggestion to simplify
ProcessStartupPacket() by removing its arguments "ssl_done" and
"gss_done", as there is now only one callers of this routine.
Please find attached a patch to do this cleanup. This is only for
HEAD, material for v20.
Thanks,
--
Michael
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Simplify-signature-of-ProcessStartupPacket.patch | text/plain | 2.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Soumya S Murali | 2026-05-15 06:27:28 | Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer |
| Previous Message | Yugo Nagata | 2026-05-15 06:09:41 | A trivial fix on a comment in pgstat_assoc_relation() |