forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd5fd786
committed
Backport BackgroundPsql perl test module
Backport the new BackgroundPsql modules and the constructor functions,background_psql() and interactive_psql, to all supportedbranches. That makes it easier to backpatch tests that use it.BackgroundPsql was introduced in version 16. On version 16, thiscommit backports just the new timeout argument from master (commit334f512). On older branches, the whole facility. This includes thechange to `use warnings FATAL => 'all'`, which we haven't otherwisebackported, but it seems good to keep the file identical acrossbranches.Discussion:https://www.postgresql.org/message-id/b7c64f20-ea01-4f15-9088-0cd6832af149@iki.fi1 parent76fda61 commitd5fd786
File tree
8 files changed
+407
-260
lines changed- contrib/amcheck/t
- src
- bin/psql/t
- test
- perl/PostgreSQL/Test
- recovery/t
- subscription/t
8 files changed
+407
-260
lines changedLines changed: 23 additions & 47 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
47 | 42 |
| |
48 | 43 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
60 | 49 |
| |
61 | 50 |
| |
62 |
| - | |
63 |
| - | |
| 51 | + | |
64 | 52 |
| |
65 |
| - | |
| 53 | + | |
66 | 54 |
| |
67 |
| - | |
| 55 | + | |
68 | 56 |
| |
69 |
| - | |
| 57 | + | |
70 | 58 |
| |
71 | 59 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
| 60 | + | |
75 | 61 |
| |
76 | 62 |
| |
77 | 63 |
| |
78 |
| - | |
| 64 | + | |
79 | 65 |
| |
80 | 66 |
| |
81 | 67 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
| 68 | + | |
85 | 69 |
| |
86 | 70 |
| |
87 | 71 |
| |
88 |
| - | |
| 72 | + | |
89 | 73 |
| |
90 | 74 |
| |
91 |
| - | |
92 |
| - | |
| 75 | + | |
93 | 76 |
| |
94 |
| - | |
95 |
| - | |
| 77 | + | |
| 78 | + | |
96 | 79 |
| |
97 | 80 |
| |
98 | 81 |
| |
| |||
113 | 96 |
| |
114 | 97 |
| |
115 | 98 |
| |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
| 99 | + | |
| 100 | + | |
124 | 101 |
| |
125 | 102 |
| |
126 | 103 |
| |
127 |
| - | |
128 |
| - | |
| 104 | + | |
129 | 105 |
| |
130 | 106 |
| |
131 |
| - | |
| 107 | + | |
132 | 108 |
| |
133 | 109 |
| |
134 | 110 |
| |
|
Lines changed: 7 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
| |||
91 | 90 |
| |
92 | 91 |
| |
93 | 92 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
| 93 | + | |
102 | 94 |
| |
103 | 95 |
| |
104 | 96 |
| |
| |||
108 | 100 |
| |
109 | 101 |
| |
110 | 102 |
| |
111 |
| - | |
112 |
| - | |
113 | 103 |
| |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
120 | 109 |
| |
121 | 110 |
| |
122 | 111 |
| |
| |||
442 | 431 |
| |
443 | 432 |
| |
444 | 433 |
| |
445 |
| - | |
446 |
| - | |
447 |
| - | |
448 |
| - | |
| 434 | + | |
449 | 435 |
| |
450 | 436 |
| |
451 | 437 |
| |
|
0 commit comments
Comments
(0)