pgsql: Remove duplicate definitions in proc.h - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove duplicate definitions in proc.h
Date
Msg-id E1tUjvc-00089F-WF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove duplicate definitions in proc.h

These are also present in procnumber.h

Reported-by: Peter Eisentraut
Discussion: https://www.postgresql.org/message-id/bd04d675-4672-4f87-800a-eb5d470c15fc@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5e68f6119268d8c76b860bb56014335697c687db

Modified Files
--------------
src/include/storage/proc.h | 13 -------------
1 file changed, 13 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: flex code modernization: Replace YY_EXTRA_TYPE define with flex
Next
From: Nathan Bossart
Date:
Subject: pgsql: Allow changing autovacuum_max_workers without restarting.