| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix stray references to SubscriptRef |
| Date: | 2025-12-03 13:49:43 |
| Message-ID: | E1vQnEk-002b70-1k@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix stray references to SubscriptRef
This type never existed. SubscriptingRef was meant instead.
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/2eaa45e3-efc5-4d75-b082-f8159f51445f%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/9790affcce032710c907aced834e968f2fc41bce
Modified Files
--------------
contrib/hstore/hstore_subs.c | 2 +-
src/backend/utils/adt/arraysubs.c | 2 +-
src/backend/utils/adt/jsonbsubs.c | 2 +-
src/include/nodes/subscripting.h | 15 ++++++++-------
4 files changed, 11 insertions(+), 10 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2025-12-03 14:24:47 | pgsql: doc: Consistently use restartpoint in the documentation |
| Previous Message | Peter Eisentraut | 2025-12-03 09:35:00 | pgsql: Change Pointer to void * |