diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2025-04-07 16:28:54 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2025-04-07 16:28:54 +0300 |
commit | 717d0e8dd945edea7c7e875bdb2553238a94f885 (patch) | |
tree | 4802908800f788e4fd68a84c0ae142073ac5123e /src/backend/commands/dbcommands.c | |
parent | ae60947643722da257a59f8f16f855add307583f (diff) | |
download | postgresql-717d0e8dd945edea7c7e875bdb2553238a94f885.tar.gz postgresql-717d0e8dd945edea7c7e875bdb2553238a94f885.zip |
Remove GUC_NOT_IN_SAMPLE from enable_self_join_elimination
fc069a3a6319 implements Self-Join Elimination (SJE) and provides a new GUC
variable: enable_self_join_elimination. This new GUC variable was marked
as GUC_NOT_IN_SAMPLE. However, enable_self_join_elimination is documented
and is not different from any other enable_* GUCs. Thus, remove
GUC_NOT_IN_SAMPLE from it and add it to the postgresql.conf.sample.
Discussion: https://postgr.es/m/CAPpHfdsqMTEsmxk3aQwt6xPz%2BKpUELO%3D6fzmER9ZRGrbs4uMfA%40mail.gmail.com
Author: Tender Wang <tndrwang@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions