|
34 | 34 |
|
35 | 35 |
|
36 | 36 | /* Global options */
|
37 |
| -char*basedir=NULL; |
| 37 | +staticchar*basedir=NULL; |
38 | 38 | staticchar*xlog_dir="";
|
39 |
| -charformat='p';/* p(lain)/t(ar) */ |
40 |
| -char*label="pg_basebackup base backup"; |
41 |
| -boolshowprogress= false; |
42 |
| -intverbose=0; |
43 |
| -intcompresslevel=0; |
44 |
| -boolincludewal= false; |
45 |
| -boolstreamwal= false; |
46 |
| -boolfastcheckpoint= false; |
47 |
| -boolwriterecoveryconf= false; |
48 |
| -intstandby_message_timeout=10*1000;/* 10 sec = default */ |
| 39 | +staticcharformat='p';/* p(lain)/t(ar) */ |
| 40 | +staticchar*label="pg_basebackup base backup"; |
| 41 | +staticboolshowprogress= false; |
| 42 | +staticintverbose=0; |
| 43 | +staticintcompresslevel=0; |
| 44 | +staticboolincludewal= false; |
| 45 | +staticboolstreamwal= false; |
| 46 | +staticboolfastcheckpoint= false; |
| 47 | +staticboolwriterecoveryconf= false; |
| 48 | +staticintstandby_message_timeout=10*1000;/* 10 sec = default */ |
49 | 49 |
|
50 | 50 | /* Progress counters */
|
51 | 51 | staticuint64totalsize;
|
|