forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6f0bc5e
committed
Fix missing validation for the new GiST sortsupport functions.
Because of this, if you tried to create an operator family with the newsortsupport function, you got an error:ERROR: support function number 11 is invalid for access method gistWe missed this in commit16fa9b2 that added the sortsupport function,because it only added sortsupport to a built-in operator family.Author: Andrey BorodinDiscussion:https://www.postgresql.org/message-id/3520A18A-5C38-4697-A2E3-F3BDE3496CD5%40yandex-team.ru1 parentb401fa2 commit6f0bc5e
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
| 341 | + | |
341 | 342 |
| |
342 | 343 |
| |
343 | 344 |
| |
|
0 commit comments
Comments
(0)