pgsql: Constify proclist.h

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Constify proclist.h
Date: 2023-01-19 08:52:09
Message-ID: E1pIQeW-004QBY-Uz@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Constify proclist.h

This is a follow-up to c8ad4d81.

Author: Aleksander Alekseev
Discussion: https://www.postgresql.org/message-id/flat/CAJ7c6TM084Ai_8%3DfZaWtULJBLtT1bgzL%3Dk9vHMYom3eyZsekAA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/48880840f18cb75fcaecc77b5e7816b92c27157b

Modified Files
--------------
src/include/storage/proclist.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-01-19 12:03:51 pgsql: Remove some dead code in selfuncs.c
Previous Message Michael Paquier 2023-01-19 05:04:57 pgsql: doc: Fix some issues in logical replication section