forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f20d5f
committed
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
Commitbbe0a81 introduced "INCLUDING COMPRESSION" optionin CREATE TABLE command, but previously TableLikeOption in gram.y andparsenodes.h didn't classify this new option in alphabetical orderwith the rest.Author: Fujii MasaoReviewed-by: Michael PaquierDiscussion:https://postgr.es/m/YHerAixOhfR1ryXa@paquier.xyz1 parent7531fcb commit3f20d5f
2 files changed
+9
-9
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3760 | 3760 |
| |
3761 | 3761 |
| |
3762 | 3762 |
| |
| 3763 | + | |
3763 | 3764 |
| |
3764 | 3765 |
| |
3765 | 3766 |
| |
3766 | 3767 |
| |
3767 | 3768 |
| |
3768 | 3769 |
| |
3769 | 3770 |
| |
3770 |
| - | |
3771 | 3771 |
| |
3772 | 3772 |
| |
3773 | 3773 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
690 | 690 |
| |
691 | 691 |
| |
692 | 692 |
| |
693 |
| - | |
694 |
| - | |
695 |
| - | |
696 |
| - | |
697 |
| - | |
698 |
| - | |
699 |
| - | |
700 |
| - | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
701 | 701 |
| |
702 | 702 |
| |
703 | 703 |
| |
|
0 commit comments
Comments
(0)