forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit005ac29
committed
Prohibit identity columns on typed tables and partitions
Those cases currently crash and supporting them is more work thenoriginally thought, so we'll just prohibit these scenarios for now.Author: Michael Paquier <michael.paquier@gmail.com>Reviewed-by: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>Reported-by: Мансур Галиев <gomer94@yandex.ru>Bug: #148661 parentaf9f8b7 commit005ac29
File tree
3 files changed
+41
-0
lines changed- src
- backend/parser
- test/regress
- expected
- sql
3 files changed
+41
-0
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| 95 | + | |
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
| |||
240 | 241 |
| |
241 | 242 |
| |
242 | 243 |
| |
| 244 | + | |
| 245 | + | |
243 | 246 |
| |
244 | 247 |
| |
245 | 248 |
| |
| |||
662 | 665 |
| |
663 | 666 |
| |
664 | 667 |
| |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
665 | 677 |
| |
666 | 678 |
| |
667 | 679 |
| |
| |||
2697 | 2709 |
| |
2698 | 2710 |
| |
2699 | 2711 |
| |
| 2712 | + | |
2700 | 2713 |
| |
2701 | 2714 |
| |
2702 | 2715 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + |
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + |
0 commit comments
Comments
(0)