forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaf99d44
committed
pg_verifybackup: Move skip_checksums into verifier_context.
This is in preparation for adding a second source file to thisdirectory. It will need access to this value. Also, fewer globalvariables is usually a good thing.Amul Sul, reviewed by Sravan Kumar and revised a bit by me.Discussion:http://postgr.es/m/CAAJ_b95mcGjkfAf1qduOR97CokW8-_i-dWLm3v6x1w2-OW9M+A@mail.gmail.com1 parent76dd015 commitaf99d44
1 file changed
+6
-5
lines changedLines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
| 116 | + | |
116 | 117 |
| |
117 | 118 |
| |
118 | 119 |
| |
| |||
162 | 163 |
| |
163 | 164 |
| |
164 | 165 |
| |
165 |
| - | |
| 166 | + | |
166 | 167 |
| |
167 |
| - | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
| |||
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
366 |
| - | |
| 366 | + | |
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
| |||
739 | 739 |
| |
740 | 740 |
| |
741 | 741 |
| |
742 |
| - | |
| 742 | + | |
| 743 | + | |
743 | 744 |
| |
744 | 745 |
| |
745 | 746 |
| |
|
0 commit comments
Comments
(0)