forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9d5f30
committed
Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an
actual argument type of ANYARRAY to match an argument declared ANYARRAY,so long as ANYELEMENT etc aren't used. I had overlooked the fact that thisis a possible case while fixing bug #3852; but it is possible becausepg_statistic contains columns declared ANYARRAY. Per gripe from Corey Horton.1 parentb8753e5 commita9d5f30
File tree
3 files changed
+46
-8
lines changed- src
- backend/parser
- test/regress
- expected
- sql
3 files changed
+46
-8
lines changedLines changed: 28 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1424 | 1424 |
| |
1425 | 1425 |
| |
1426 | 1426 |
| |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
1427 | 1436 |
| |
1428 | 1437 |
| |
1429 | 1438 |
| |
| |||
1438 | 1447 |
| |
1439 | 1448 |
| |
1440 | 1449 |
| |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
1441 | 1453 |
| |
1442 | 1454 |
| |
1443 | 1455 |
| |
| |||
1454 | 1466 |
| |
1455 | 1467 |
| |
1456 | 1468 |
| |
1457 |
| - | |
| 1469 | + | |
1458 | 1470 |
| |
1459 | 1471 |
| |
1460 | 1472 |
| |
| |||
1506 | 1518 |
| |
1507 | 1519 |
| |
1508 | 1520 |
| |
1509 |
| - | |
1510 |
| - | |
1511 |
| - | |
1512 |
| - | |
1513 |
| - | |
1514 |
| - | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
1515 | 1535 |
| |
1516 | 1536 |
| |
1517 | 1537 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
613 | 613 |
| |
614 | 614 |
| |
615 | 615 |
| |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
616 | 627 |
| |
617 | 628 |
| |
618 | 629 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
427 | 427 |
| |
428 | 428 |
| |
429 | 429 |
| |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
430 | 437 |
| |
431 | 438 |
| |
432 | 439 |
| |
|
0 commit comments
Comments
(0)