forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita7ebd82
committed
Fix a warning in Perl test code
The code was passing a scalar argument to node->restart(), but it wasexpecting a hash, which causes a warning from Perl ("Odd number ofelements in hash assignment").But the node->restart() function doesn't take a mode argument anyway.This was probably copied from an incorrect comment (see commit750c59d). The default restart mode is already "fast", so the testshould still be semantically correct without explicitly specifying themode.Discussion:https://www.postgresql.org/message-id/e3f4bf1b-63d3-408a-b07e-d35a0fdf1b98@eisentraut.org1 parent98c6231 commita7ebd82
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
|
0 commit comments
Comments
(0)