forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6ca23b1
committed
Make CheckRequiredParameterValues() depend upon correct combination
of parameters. Fix bug report by Robert Haas that error message andhint was incorrect if wrong mode parameters specified on master.Internal changes only. Proposals for parameter simplification onmaster/primary still under way.1 parent89a9db2 commit6ca23b1
File tree
2 files changed
+20
-5
lines changed- src
- backend/access/transam
- include/catalog
2 files changed
+20
-5
lines changedLines changed: 14 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
5568 | 5568 |
| |
5569 | 5569 |
| |
5570 | 5570 |
| |
5571 |
| - | |
| 5571 | + | |
| 5572 | + | |
| 5573 | + | |
| 5574 | + | |
| 5575 | + | |
| 5576 | + | |
5572 | 5577 |
| |
5573 | 5578 |
| |
5574 | 5579 |
| |
| |||
7002 | 7007 |
| |
7003 | 7008 |
| |
7004 | 7009 |
| |
7005 |
| - | |
| 7010 | + | |
| 7011 | + | |
| 7012 | + | |
| 7013 | + | |
| 7014 | + | |
| 7015 | + | |
| 7016 | + | |
7006 | 7017 |
| |
7007 | 7018 |
| |
7008 | 7019 |
| |
|
Lines changed: 6 additions & 2 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 |
| |
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 |
| |
69 | 73 |
| |
70 | 74 |
| |
|
0 commit comments
Comments
(0)