1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00
Files
postgres/src/backend/commands
Heikki Linnakangas 1e35951e71 Turn a few 'validnsps' static variables into locals
There was no need for these to be static buffers, local variables work
just as well. I think they were marked as 'static' to imply that they
are read-only, but 'const' is more appropriate for that, so change
them to const.

To make it possible to mark the variables as 'const', also add 'const'
decorations to the transformRelOptions() signature.

Reviewed-by: Andres Freund
Discussion: https://www.postgresql.org/message-id/54c29fb0-edf2-48ea-9814-44e918bbd6e8@iki.fi
2024-08-06 23:03:43 +03:00
..
2024-05-09 12:19:52 -04:00
2024-04-18 21:28:07 +02:00
2024-01-03 20:49:05 -05:00
2024-03-17 13:58:59 +00:00
2024-01-03 20:49:05 -05:00
2024-07-17 10:51:00 -05:00
2024-01-03 20:49:05 -05:00
2024-01-03 20:49:05 -05:00
2024-07-02 13:41:47 +12:00
2024-01-03 20:49:05 -05:00
2024-01-03 20:49:05 -05:00
2024-07-31 10:12:42 -05:00
2024-04-18 21:28:07 +02:00