File tree
15 files changed
+33
-14
lines changed- .git_hooks
- doc
- python/multicorn
- sql
- src
15 files changed
+33
-14
lines changed.git_hooks/README.md
100644
100755
File mode changed.
.gitignore
100644
100755
File mode changed.
META.json
100644
100755
File mode changed.
Makefile
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
doc/dummy_fdw.md
100644
100755
File mode changed.
multicorn.control
100644
100755
File mode changed.
python/multicorn/__init__.py
100644
100755
File mode changed.
python/multicorn/csvfdw.py
100644
100755
File mode changed.
python/multicorn/fsfdw.py
100644
100755
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 |
| - | |
9 |
| - | |
| 9 | + | |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
python/multicorn/ldapfdw.py
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
|
recreate_extension.sql
100644
100755
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
setup.py
100644
100755
File mode changed.
sql/multicorn.sql
100644
100755
File mode changed.
src/multicorn.c
100644
100755
Lines changed: 26 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
| |||
62 | 64 |
| |
63 | 65 |
| |
64 | 66 |
| |
65 |
| - | |
| 67 | + | |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
| |||
308 | 310 |
| |
309 | 311 |
| |
310 | 312 |
| |
311 |
| - | |
312 | 313 |
| |
313 |
| - | |
| 314 | + | |
314 | 315 |
| |
315 | 316 |
| |
316 | 317 |
| |
| |||
333 | 334 |
| |
334 | 335 |
| |
335 | 336 |
| |
336 |
| - | |
| 337 | + | |
337 | 338 |
| |
338 | 339 |
| |
339 | 340 |
| |
| |||
342 | 343 |
| |
343 | 344 |
| |
344 | 345 |
| |
345 |
| - | |
| 346 | + | |
346 | 347 |
| |
347 | 348 |
| |
348 | 349 |
| |
349 |
| - | |
350 | 350 |
| |
351 | 351 |
| |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
352 | 356 |
| |
353 | 357 |
| |
354 | 358 |
| |
355 | 359 |
| |
356 | 360 |
| |
357 | 361 |
| |
358 | 362 |
| |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
359 | 367 |
| |
360 |
| - | |
361 |
| - | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
362 | 380 |
| |
363 | 381 |
| |
364 | 382 |
| |
|
0 commit comments