- Notifications
You must be signed in to change notification settings - Fork5
Commit06d5803
committed
Fix assorted confusion between Oid and int32.
In passing, also make some debugging elog's in pgstat.c a bit moreconsistently worded.Back-patch as far as applicable (9.3 or 9.4; none of these mistakes arereally old).Mark Dilger identified and patched the type violations; the messagerewordings are mine.1 parent10eb7df commit06d5803
File tree
4 files changed
+11
-11
lines changed- src
- backend
- access/heap
- postmaster
- replication/logical
- bin/pg_dump
4 files changed
+11
-11
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2155 | 2155 |
| |
2156 | 2156 |
| |
2157 | 2157 |
| |
2158 |
| - | |
| 2158 | + | |
2159 | 2159 |
| |
2160 | 2160 |
| |
2161 | 2161 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3600 | 3600 |
| |
3601 | 3601 |
| |
3602 | 3602 |
| |
3603 |
| - | |
| 3603 | + | |
3604 | 3604 |
| |
3605 | 3605 |
| |
3606 | 3606 |
| |
| |||
3777 | 3777 |
| |
3778 | 3778 |
| |
3779 | 3779 |
| |
3780 |
| - | |
| 3780 | + | |
3781 | 3781 |
| |
3782 | 3782 |
| |
3783 | 3783 |
| |
| |||
3858 | 3858 |
| |
3859 | 3859 |
| |
3860 | 3860 |
| |
3861 |
| - | |
| 3861 | + | |
3862 | 3862 |
| |
3863 | 3863 |
| |
3864 | 3864 |
| |
| |||
4070 | 4070 |
| |
4071 | 4071 |
| |
4072 | 4072 |
| |
4073 |
| - | |
| 4073 | + | |
4074 | 4074 |
| |
4075 | 4075 |
| |
4076 | 4076 |
| |
| |||
4228 | 4228 |
| |
4229 | 4229 |
| |
4230 | 4230 |
| |
4231 |
| - | |
| 4231 | + | |
4232 | 4232 |
| |
4233 | 4233 |
| |
4234 | 4234 |
| |
| |||
4540 | 4540 |
| |
4541 | 4541 |
| |
4542 | 4542 |
| |
4543 |
| - | |
| 4543 | + | |
4544 | 4544 |
| |
4545 | 4545 |
| |
4546 | 4546 |
| |
| |||
4598 | 4598 |
| |
4599 | 4599 |
| |
4600 | 4600 |
| |
4601 |
| - | |
| 4601 | + | |
4602 | 4602 |
| |
4603 | 4603 |
| |
4604 | 4604 |
| |
| |||
4770 | 4770 |
| |
4771 | 4771 |
| |
4772 | 4772 |
| |
4773 |
| - | |
| 4773 | + | |
4774 | 4774 |
| |
4775 | 4775 |
| |
4776 | 4776 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2458 | 2458 |
| |
2459 | 2459 |
| |
2460 | 2460 |
| |
2461 |
| - | |
| 2461 | + | |
2462 | 2462 |
| |
2463 | 2463 |
| |
2464 | 2464 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
821 | 821 |
| |
822 | 822 |
| |
823 | 823 |
| |
824 |
| - | |
| 824 | + | |
825 | 825 |
| |
826 | 826 |
| |
827 | 827 |
| |
|
0 commit comments
Comments
(0)