forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit31877cd
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 parent4c8e00a commit31877cd
File tree
8 files changed
+405
-258
lines changed- contrib/amcheck/t
- src
- bin/psql/t
- test
- perl
- PostgreSQL/Test
- recovery/t
- subscription/t
8 files changed
+405
-258
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
48 | 43 |
| |
49 | 44 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
61 | 50 |
| |
62 | 51 |
| |
63 |
| - | |
64 |
| - | |
| 52 | + | |
65 | 53 |
| |
66 |
| - | |
| 54 | + | |
67 | 55 |
| |
68 |
| - | |
| 56 | + | |
69 | 57 |
| |
70 |
| - | |
| 58 | + | |
71 | 59 |
| |
72 | 60 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
| 61 | + | |
76 | 62 |
| |
77 | 63 |
| |
78 | 64 |
| |
79 |
| - | |
| 65 | + | |
80 | 66 |
| |
81 | 67 |
| |
82 | 68 |
| |
83 |
| - | |
84 |
| - | |
85 |
| - | |
| 69 | + | |
86 | 70 |
| |
87 | 71 |
| |
88 | 72 |
| |
89 |
| - | |
| 73 | + | |
90 | 74 |
| |
91 | 75 |
| |
92 |
| - | |
93 |
| - | |
| 76 | + | |
94 | 77 |
| |
95 |
| - | |
96 |
| - | |
| 78 | + | |
| 79 | + | |
97 | 80 |
| |
98 | 81 |
| |
99 | 82 |
| |
| |||
114 | 97 |
| |
115 | 98 |
| |
116 | 99 |
| |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
| 100 | + | |
| 101 | + | |
125 | 102 |
| |
126 | 103 |
| |
127 | 104 |
| |
128 |
| - | |
129 |
| - | |
| 105 | + | |
130 | 106 |
| |
131 | 107 |
| |
132 |
| - | |
| 108 | + | |
133 | 109 |
| |
134 | 110 |
| |
135 | 111 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
| |||
89 | 88 |
| |
90 | 89 |
| |
91 | 90 |
| |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
| 91 | + | |
100 | 92 |
| |
101 | 93 |
| |
102 | 94 |
| |
| |||
106 | 98 |
| |
107 | 99 |
| |
108 | 100 |
| |
109 |
| - | |
110 |
| - | |
111 | 101 |
| |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
118 | 107 |
| |
119 | 108 |
| |
120 | 109 |
| |
| |||
235 | 224 |
| |
236 | 225 |
| |
237 | 226 |
| |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
| 227 | + | |
242 | 228 |
| |
243 | 229 |
| |
244 | 230 |
| |
|
0 commit comments
Comments
(0)