forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit29b6ddd
committed
Fix translate_columns[] arrays in opfamily-related psql functions
Make number of translate_columns elements match the number of output columns.The only "true" value, which was previously specified, seems to be intendedfor opfamily operator "purpose" column. But that column has already translatedvalues substituted. So, all elements in translate_columns[] should be "false".1 parentb1953e6 commit29b6ddd
1 file changed
+4
-7
lines changedLines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6060 | 6060 |
| |
6061 | 6061 |
| |
6062 | 6062 |
| |
6063 |
| - | |
6064 |
| - | |
| 6063 | + | |
6065 | 6064 |
| |
6066 | 6065 |
| |
6067 | 6066 |
| |
| |||
6149 | 6148 |
| |
6150 | 6149 |
| |
6151 | 6150 |
| |
6152 |
| - | |
6153 |
| - | |
| 6151 | + | |
6154 | 6152 |
| |
6155 | 6153 |
| |
6156 | 6154 |
| |
| |||
6230 | 6228 |
| |
6231 | 6229 |
| |
6232 | 6230 |
| |
6233 |
| - | |
6234 |
| - | |
| 6231 | + | |
6235 | 6232 |
| |
6236 | 6233 |
| |
6237 | 6234 |
| |
| |||
6326 | 6323 |
| |
6327 | 6324 |
| |
6328 | 6325 |
| |
6329 |
| - | |
| 6326 | + | |
6330 | 6327 |
| |
6331 | 6328 |
| |
6332 | 6329 |
| |
|
0 commit comments
Comments
(0)