postgresql/src/backend/access/common
Tom Lane 4f981df8e0 Report a more useful error for reloptions on a partitioned table.
Previously, trying to set storage parameters on a partitioned table
always led to "unrecognized parameter foo", because the code expected
there might be some valid parameters; but there aren't any.  The docs
make clear that it's intended that there never will be any, so let's
replace this useless search with a more to-the-point message.

Simon Riggs and Karina Litskevich

Discussion: https://postgr.es/m/CANbhV-H=eZ9kTR9mUgKGK0Qv9uXP=U+dQg3rinQHfTdFMhBA2A@mail.gmail.com
2022-11-09 12:28:34 -05:00
..
Makefile Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
attmap.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
bufmask.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
detoast.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
heaptuple.c Harmonize heapam and tableam parameter names. 2022-09-19 16:46:23 -07:00
indextuple.c Overload index_form_tuple to allow the memory context to be supplied 2022-07-07 08:14:00 +12:00
meson.build meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
printsimple.c Refactor sending of DataRow messages in replication protocol 2022-07-06 08:42:56 +02:00
printtup.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
relation.c pgstat: normalize function naming. 2022-04-06 21:29:46 -07:00
reloptions.c Report a more useful error for reloptions on a partitioned table. 2022-11-09 12:28:34 -05:00
scankey.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
session.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
syncscan.c Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
toast_compression.c Fix incorrect uses of Datum conversion macros 2022-09-05 13:30:44 +02:00
toast_internals.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
tupconvert.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
tupdesc.c Remove AssertArg and AssertState 2022-10-28 09:19:06 +02:00