forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3753a16
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 parent99867e7 commit3753a16
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 | |
---|---|---|---|
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
| 246 | + | |
| 247 | + | |
247 | 248 |
| |
248 | 249 |
| |
249 | 250 |
| |
| |||
267 | 268 |
| |
268 | 269 |
| |
269 | 270 |
| |
270 |
| - | |
| 271 | + | |
271 | 272 |
| |
272 | 273 |
| |
273 | 274 |
| |
| |||
315 | 316 |
| |
316 | 317 |
| |
317 | 318 |
| |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
318 | 323 |
| |
319 | 324 |
| |
320 | 325 |
| |
| |||
450 | 455 |
| |
451 | 456 |
| |
452 | 457 |
| |
| 458 | + | |
453 | 459 |
| |
454 | 460 |
| |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
455 | 465 |
| |
456 | 466 |
| |
457 | 467 |
| |
458 |
| - | |
459 |
| - | |
| 468 | + | |
460 | 469 |
| |
461 | 470 |
| |
462 | 471 |
| |
| |||
761 | 770 |
| |
762 | 771 |
| |
763 | 772 |
| |
764 |
| - | |
| 773 | + | |
765 | 774 |
| |
766 | 775 |
| |
767 | 776 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1713 | 1713 |
| |
1714 | 1714 |
| |
1715 | 1715 |
| |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
1716 | 1722 |
| |
1717 | 1723 |
| |
1718 | 1724 |
| |
|
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 | |
---|---|---|---|
| |||
478 | 478 |
| |
479 | 479 |
| |
480 | 480 |
| |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
481 | 486 |
| |
482 | 487 |
| |
483 | 488 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
339 | 339 |
| |
340 | 340 |
| |
341 | 341 |
| |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
342 | 346 |
| |
343 | 347 |
| |
344 | 348 |
| |
|
0 commit comments
Comments
(0)