Dimitri Fontaine
2dc733c4d6
Fix corner case in creating indexes again.
...
When the option "drop indexes" is in use in loading data from a file, we
collect the indexes from the PostgreSQL catalogs and then issue DROP
commands against them before the load, then CREATE commands when it's
done.
The CREATE is done in parallel, and we create an lparallel kernel for
that. The kernel must have a worker-count of at least 1, and we where
not considering the case of 0 indexes on the target table.
Fix #484 .
2016-11-20 17:17:15 +01:00
..
2015-01-02 18:49:17 +01:00
2016-02-04 16:09:22 +01:00
2016-02-21 15:56:06 +01:00
2016-03-27 20:42:40 +02:00
2013-10-19 22:39:09 +02:00
2015-10-05 01:46:29 +02:00
2013-11-26 16:48:45 +01:00
2016-08-28 20:29:30 +02:00
2013-11-26 16:48:45 +01:00
2015-04-17 21:58:19 +02:00
2015-04-30 14:30:16 +02:00
2015-07-18 23:06:15 +02:00
2014-06-20 13:10:39 +02:00
2014-04-27 23:38:02 +02:00
2015-02-19 15:05:10 +01:00
2014-04-23 17:03:35 +02:00
2015-06-25 14:16:12 +02:00
2016-11-20 17:17:15 +01:00
2015-12-08 11:52:43 +01:00
2016-11-13 22:14:48 +01:00
2015-05-22 12:31:06 +02:00
2014-01-11 18:28:24 +01:00
2016-02-21 15:56:06 +01:00
2014-02-04 20:58:46 +01:00
2016-08-07 20:35:37 +02:00
2014-10-02 01:17:24 +02:00
2015-09-12 00:35:14 +02:00
2015-09-21 13:23:21 +02:00
2014-01-11 18:28:24 +01:00
2014-06-16 17:33:14 +02:00
2013-10-19 22:39:09 +02:00
2015-09-04 01:06:15 +02:00
2015-11-23 22:09:08 +01:00
2015-05-15 07:22:07 -07:00
2015-07-16 21:39:06 +02:00
2014-05-04 23:04:45 +02:00
2015-10-05 16:46:15 +02:00
2016-02-21 15:56:06 +01:00
2013-11-26 16:48:45 +01:00
2014-06-03 12:19:23 +02:00
2016-01-17 01:54:36 +01:00
2013-10-13 22:10:07 +02:00
2013-10-19 22:39:09 +02:00
2016-08-10 22:02:06 +02:00
2016-08-10 22:02:06 +02:00
2013-10-19 22:39:09 +02:00
2013-10-19 22:39:09 +02:00
2014-05-16 23:13:57 +02:00
2016-03-27 20:39:13 +02:00
2016-03-27 20:42:40 +02:00
2013-11-23 21:49:08 +01:00
2014-10-02 01:17:24 +02:00