@@ -134,7 +134,6 @@ BEGIN
134
134
END IF;
135
135
136
136
/* Insert new entry to pathman config */
137
- EXECUTE format(' ANALYZE %s' , parent_relid);
138
137
PERFORM @
[email protected] _to_pathman_config(parent_relid, expression,
139
138
p_interval::TEXT );
140
139
@@ -234,7 +233,6 @@ BEGIN
234
233
END IF;
235
234
236
235
/* Insert new entry to pathman config */
237
- EXECUTE format(' ANALYZE %s' , parent_relid);
238
236
PERFORM @
[email protected] _to_pathman_config(parent_relid, expression,
239
237
p_interval::TEXT );
240
238
@@ -299,7 +297,6 @@ BEGIN
299
297
bounds[array_length(bounds, 1 ) - 1 ]);
300
298
301
299
/* Insert new entry to pathman config */
302
- EXECUTE format(' ANALYZE %s' , parent_relid);
303
300
PERFORM @
[email protected] _to_pathman_config(parent_relid, expression,
NULL );
304
301
305
302
/* Create sequence for child partitions names */
@@ -352,7 +349,6 @@ BEGIN
352
349
end_value);
353
350
354
351
/* Insert new entry to pathman config */
355
- EXECUTE format(' ANALYZE %s' , parent_relid);
356
352
PERFORM @
[email protected] _to_pathman_config(parent_relid, expression,
357
353
p_interval::TEXT );
358
354
@@ -411,7 +407,6 @@ BEGIN
411
407
end_value);
412
408
413
409
/* Insert new entry to pathman config */
414
- EXECUTE format(' ANALYZE %s' , parent_relid);
415
410
PERFORM @
[email protected] _to_pathman_config(parent_relid, expression,
416
411
p_interval::TEXT );
417
412
0 commit comments