|
52 | 52 | our $use_pk_if_possible;
|
53 | 53 | our $pforce_ssl;
|
54 | 54 | our $stringtype_unspecified;
|
55 |
| -<<<<<<< HEAD |
56 | 55 | our $skip_citext_length_check;
|
57 |
| -======= |
58 | 56 | our $create_generated_always;
|
59 |
| ->>>>>>> Add option to convert Identity columns to "GENERATED ALWAYS AS IDENTITY" columns |
60 | 57 |
|
61 | 58 | # Will be set if we detect GIS objects
|
62 | 59 | our $requires_postgis=0;
|
@@ -113,11 +110,8 @@ sub parse_conf_file
|
113 | 110 | 'ignore errors' => 'ignore_errors',
|
114 | 111 | 'postgresql force ssl' => 'pforce_ssl',
|
115 | 112 | 'stringtype unspecified' => 'stringtype_unspecified',
|
116 |
| -<<<<<<< HEAD |
117 |
| - 'skip citext length check' => 'skip_citext_length_check', |
118 |
| -======= |
119 |
| - 'create generated always' => 'create_generated_always', |
120 |
| ->>>>>>> Add option to convert Identity columns to "GENERATED ALWAYS AS IDENTITY" columns |
| 113 | + 'skip citext length check' => 'skip_citext_length_check', |
| 114 | + 'create generated always' => 'create_generated_always', |
121 | 115 | );
|
122 | 116 |
|
123 | 117 | # Open the conf file or die
|
@@ -168,11 +162,8 @@ sub set_default_conf_values
|
168 | 162 | $sp=1433 unless (defined ($sp));
|
169 | 163 | $pforce_ssl=0 unless (defined ($pforce_ssl));
|
170 | 164 | $stringtype_unspecified=0 unless (defined ($stringtype_unspecified));
|
171 |
| -<<<<<<< HEAD |
172 | 165 | $skip_citext_length_check=0 unless (defined ($skip_citext_length_check));
|
173 |
| -======= |
174 | 166 | $create_generated_always=0 unless (defined ($create_generated_always));
|
175 |
| ->>>>>>> Add option to convert Identity columns to "GENERATED ALWAYS AS IDENTITY" columns |
176 | 167 | }
|
177 | 168 |
|
178 | 169 | # Converts numeric(4,0) and similar to int, bigint, smallint
|
|
0 commit comments