- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit27ee6ed
committed
Fix two issues with custom_query_jumble in gen_node_support.pl
A node field marked with custom_query_jumble and query_jumble_ignorewould generate some code of a custom routine. The script is changed soas custom_query_jumble behaves like the other options in this case,query_jumble_ignore taking priority, with no code generated.A comment related to the code generated for node types was misplaced.Thinkos introduced in5ac462e.Reported-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/1324036.1742945060@sss.pgh.pa.us1 parentcb36f8e commit27ee6ed
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1309 | 1309 | | |
1310 | 1310 | | |
1311 | 1311 | | |
1312 | | - | |
1313 | 1312 | | |
1314 | 1313 | | |
1315 | 1314 | | |
1316 | | - | |
| 1315 | + | |
| 1316 | + | |
1317 | 1317 | | |
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | | - | |
| 1321 | + | |
1322 | 1322 | | |
1323 | 1323 | | |
1324 | 1324 | | |
| |||
0 commit comments
Comments
(0)