diff options
| author | Andres Freund | 2023-01-20 02:50:01 +0000 |
|---|---|---|
| committer | Andres Freund | 2023-01-20 02:55:51 +0000 |
| commit | d137cb52cb7fd44a3f24f3c750fbf7924a4e9532 (patch) | |
| tree | cd50cd26e0a8c2c4228d3ef06bc7f7fc71e39b3c /src/tools | |
| parent | 9600371764583c80f3d94957e3d16daa2661154b (diff) | |
Remove SHM_QUEUE
Prior patches got rid of all the uses of SHM_QUEUE. ilist.h style lists are
more widely used and have an easier to use interface. As there are no users
left, remove SHM_QUEUE.
Reviewed-by: Thomas Munro <thomas.munro@gmail.com> (in an older version)
Discussion: https://postgr.es/m/20221120055930.t6kl3tyivzhlrzu2@awork3.anarazel.de
Discussion: https://postgr.es/m/20200211042229.msv23badgqljrdg2@alap3.anarazel.de
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 09316039e4a..24510ac29ef 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -2377,7 +2377,6 @@ SERIALIZABLEXIDTAG SERVICE_STATUS SERVICE_STATUS_HANDLE SERVICE_TABLE_ENTRY -SHM_QUEUE SID_AND_ATTRIBUTES SID_IDENTIFIER_AUTHORITY SID_NAME_USE |
