- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit717d0e8
committed
Remove GUC_NOT_IN_SAMPLE from enable_self_join_elimination
fc069a3 implements Self-Join Elimination (SJE) and provides a new GUCvariable: enable_self_join_elimination. This new GUC variable was markedas GUC_NOT_IN_SAMPLE. However, enable_self_join_elimination is documentedand is not different from any other enable_* GUCs. Thus, removeGUC_NOT_IN_SAMPLE from it and add it to the postgresql.conf.sample.Discussion:https://postgr.es/m/CAPpHfdsqMTEsmxk3aQwt6xPz%2BKpUELO%3D6fzmER9ZRGrbs4uMfA%40mail.gmail.comAuthor: Tender Wang <tndrwang@gmail.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>1 parentae60947 commit717d0e8
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
998 | 998 | | |
999 | 999 | | |
1000 | 1000 | | |
1001 | | - | |
| 1001 | + | |
1002 | 1002 | | |
1003 | 1003 | | |
1004 | 1004 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| 430 | + | |
430 | 431 | | |
431 | 432 | | |
432 | 433 | | |
| |||
0 commit comments
Comments
(0)