forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6029861
committed
Fix DDL deparse of CREATE OPERATOR CLASS
When an implicit operator family is created, it wasn't getting reported.Make it do so.This has always been missing. Backpatch to 10.Author: Masahiko Sawada <sawada.mshk@gmail.com>Reported-by: Leslie LEMAIRE <leslie.lemaire@developpement-durable.gouv.fr>Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>Reviewed-by: Michael Paquiër <michael@paquier.xyz>Discussion:https://postgr.es/m/f74d69e151b22171e8829551b1159e77@developpement-durable.gouv.fr1 parentb398388 commit6029861
File tree
5 files changed
+30
-5
lines changed- src
- backend
- commands
- tcop
- test
- modules/test_ddl_deparse/expected
- regress
- expected
- sql
5 files changed
+30
-5
lines changedLines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 |
| - | |
| 243 | + | |
| 244 | + | |
244 | 245 |
| |
245 | 246 |
| |
246 | 247 |
| |
| |||
264 | 265 |
| |
265 | 266 |
| |
266 | 267 |
| |
267 |
| - | |
| 268 | + | |
268 | 269 |
| |
269 | 270 |
| |
270 | 271 |
| |
| |||
312 | 313 |
| |
313 | 314 |
| |
314 | 315 |
| |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
315 | 320 |
| |
316 | 321 |
| |
317 | 322 |
| |
| |||
447 | 452 |
| |
448 | 453 |
| |
449 | 454 |
| |
| 455 | + | |
450 | 456 |
| |
451 | 457 |
| |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
452 | 462 |
| |
453 | 463 |
| |
454 | 464 |
| |
455 |
| - | |
456 |
| - | |
| 465 | + | |
457 | 466 |
| |
458 | 467 |
| |
459 | 468 |
| |
| |||
792 | 801 |
| |
793 | 802 |
| |
794 | 803 |
| |
795 |
| - | |
| 804 | + | |
796 | 805 |
| |
797 | 806 |
| |
798 | 807 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1721 | 1721 |
| |
1722 | 1722 |
| |
1723 | 1723 |
| |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
1724 | 1730 |
| |
1725 | 1731 |
| |
1726 | 1732 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
67 | 68 |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
479 | 484 |
| |
480 | 485 |
| |
481 | 486 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
340 | 344 |
| |
341 | 345 |
| |
342 | 346 |
| |
|
0 commit comments
Comments
(0)