Home
last modified time | relevance | path

Searched refs:last_partition (Results 1 – 25 of 132) sorted by relevance

123456

/dports/databases/pg_partman/pg_partman-4.5.1/updates/
H A Dpg_partman--1.6.1--1.7.0.sql216 , last_partition
420 , last_partition
428 IF v_row.last_partition IS NOT NULL THEN
470 …v_time_position := (length(v_row.last_partition) - position('p_' in reverse(v_row.last_partition))…
475 v_year := split_part(substring(v_row.last_partition from v_time_position), 'q', 1);
476 v_quarter := split_part(substring(v_row.last_partition from v_time_position), 'q', 2);
525 …v_id_position := (length(v_row.last_partition) - position('p_' in reverse(v_row.last_partition))) …
526 v_last_partition_id = substring(v_row.last_partition from v_id_position)::bigint;
780 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
909 , last_partition
[all …]
H A Dpg_partman--0.1.0--0.1.1.sql31 , last_partition
54 …v_last_partition_timestamp := to_timestamp(substring(v_row.last_partition from char_length(v_row.p…
H A Dpg_partman--1.4.5--1.5.0.sql83 , last_partition
371 , last_partition
587 , last_partition
616 …v_time_position := (length(v_row.last_partition) - position('p_' in reverse(v_row.last_partition))…
618 …v_last_partition_timestamp := to_timestamp(substring(v_row.last_partition from v_time_position), v…
621 v_year := split_part(substring(v_row.last_partition from v_time_position), 'q', 1);
622 v_quarter := split_part(substring(v_row.last_partition from v_time_position), 'q', 2);
804 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
828 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
H A Dpg_partman--0.1.1--0.1.2.sql92 …onfig (parent_table, type, part_interval, control, premake, datetime_string, last_partition) VALUES
111 …extschema@.part_config (parent_table, type, part_interval, control, premake, last_partition) VALUES
512 , last_partition
555 …UPDATE @extschema@.part_config SET last_partition = v_last_partition WHERE parent_table = p_parent…
702 , last_partition
728 …v_last_partition_timestamp := to_timestamp(substring(v_row.last_partition from char_length(v_row.p…
731 …v_year := split_part(substring(v_row.last_partition from char_length(v_row.parent_table||'_p')+1),…
732 …v_quarter := split_part(substring(v_row.last_partition from char_length(v_row.parent_table||'_p')+…
H A Dpg_partman--0.1.2--0.2.0.sql391 , last_partition
417 …v_last_partition_timestamp := to_timestamp(substring(v_row.last_partition from char_length(v_row.p…
420 …v_year := split_part(substring(v_row.last_partition from char_length(v_row.parent_table||'_p')+1),…
421 …v_quarter := split_part(substring(v_row.last_partition from char_length(v_row.parent_table||'_p')+…
H A Dpg_partman--1.5.0--1.5.1.sql119 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
143 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
H A Dpg_partman--0.3.2--0.4.0.sql196 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
216 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
298 , last_partition
341 …UPDATE @extschema@.part_config SET last_partition = v_last_partition WHERE parent_table = p_parent…
H A Dpg_partman--0.3.1--0.3.2.sql132 …onfig (parent_table, type, part_interval, control, premake, datetime_string, last_partition) VALUES
151 …extschema@.part_config (parent_table, type, part_interval, control, premake, last_partition) VALUES
H A Dpg_partman--1.5.1--1.6.0.sql304 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
336 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
859 , last_partition
1040 , last_partition
1048 IF v_row.last_partition IS NOT NULL THEN
1049 …lename INTO v_tablename FROM pg_tables WHERE schemaname || '.' || tablename = v_row.last_partition;
1089 …v_time_position := (length(v_row.last_partition) - position('p_' in reverse(v_row.last_partition))…
1094 v_year := split_part(substring(v_row.last_partition from v_time_position), 'q', 1);
1095 v_quarter := split_part(substring(v_row.last_partition from v_time_position), 'q', 2);
1749 , last_partition
[all …]
H A Dpg_partman--0.4.1--0.4.2.sql253 , last_partition
505 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
529 …UPDATE @extschema@.part_config SET last_partition = v_last_partition_name WHERE parent_table = p_p…
/dports/devel/jsonnet/jsonnet-0.17.0/case_studies/fractal/appserv/
H A Dmain.py117 last_partition = None
120 if last_partition != curr_partition:
121 last_partition = curr_partition
/dports/devel/jsonnet/jsonnet-0.17.0/case_studies/micro_fractal/appserv/
H A Dmain.py118 last_partition = None
121 if last_partition != curr_partition:
122 last_partition = curr_partition
/dports/devel/py-jsonnet/jsonnet-0.17.0/case_studies/fractal/appserv/
H A Dmain.py117 last_partition = None
120 if last_partition != curr_partition:
121 last_partition = curr_partition
/dports/devel/py-jsonnet/jsonnet-0.17.0/case_studies/micro_fractal/appserv/
H A Dmain.py118 last_partition = None
121 if last_partition != curr_partition:
122 last_partition = curr_partition
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/algorithms/detail/
H A Dset_operation.hpp109 bool last_partition = (end1 == std::size_t(len1)); in set_operation() local
112 if (!last_partition) in set_operation()
141 if (!last_partition) in set_operation()
/dports/net/samba412/samba-4.12.15/source4/libnet/
H A Dlibnet_vampire.c92 char *last_partition; member
705 if (!s->last_partition || strcmp(s->last_partition, c->partition->nc.dn) != 0) { in libnet_vampire_cb_store_chunk()
708 talloc_free(s->last_partition); in libnet_vampire_cb_store_chunk()
709 s->last_partition = talloc_strdup(s, c->partition->nc.dn); in libnet_vampire_cb_store_chunk()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dcmd_mtdparts.c141 static char last_partition[PARTITION_MAXLEN]; variable
277 strncpy(last_partition, buf, 16); in current_save()
282 last_partition[0] = '\0'; in current_save()
1545 memset(last_partition, 0, PARTITION_MAXLEN); in mtdparts_init()
1565 debug("last_partition : %s\n", last_partition); in mtdparts_init()
1641 if ((tmp_ep[0] != '\0') && (strcmp(tmp_ep, last_partition) != 0)) { in mtdparts_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/common/
H A Dcmd_mtdparts.c141 static char last_partition[PARTITION_MAXLEN]; variable
277 strncpy(last_partition, buf, 16); in current_save()
282 last_partition[0] = '\0'; in current_save()
1545 memset(last_partition, 0, PARTITION_MAXLEN); in mtdparts_init()
1565 debug("last_partition : %s\n", last_partition); in mtdparts_init()
1641 if ((tmp_ep[0] != '\0') && (strcmp(tmp_ep, last_partition) != 0)) { in mtdparts_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/common/
H A Dcmd_mtdparts.c141 static char last_partition[PARTITION_MAXLEN]; variable
277 strncpy(last_partition, buf, 16); in current_save()
282 last_partition[0] = '\0'; in current_save()
1545 memset(last_partition, 0, PARTITION_MAXLEN); in mtdparts_init()
1565 debug("last_partition : %s\n", last_partition); in mtdparts_init()
1641 if ((tmp_ep[0] != '\0') && (strcmp(tmp_ep, last_partition) != 0)) { in mtdparts_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/common/
H A Dcmd_mtdparts.c141 static char last_partition[PARTITION_MAXLEN]; variable
277 strncpy(last_partition, buf, 16); in current_save()
282 last_partition[0] = '\0'; in current_save()
1545 memset(last_partition, 0, PARTITION_MAXLEN); in mtdparts_init()
1565 debug("last_partition : %s\n", last_partition); in mtdparts_init()
1641 if ((tmp_ep[0] != '\0') && (strcmp(tmp_ep, last_partition) != 0)) { in mtdparts_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dcmd_mtdparts.c141 static char last_partition[PARTITION_MAXLEN]; variable
277 strncpy(last_partition, buf, 16); in current_save()
282 last_partition[0] = '\0'; in current_save()
1545 memset(last_partition, 0, PARTITION_MAXLEN); in mtdparts_init()
1565 debug("last_partition : %s\n", last_partition); in mtdparts_init()
1641 if ((tmp_ep[0] != '\0') && (strcmp(tmp_ep, last_partition) != 0)) { in mtdparts_init()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/common/
H A Dcmd_mtdparts.c141 static char last_partition[PARTITION_MAXLEN]; variable
277 strncpy(last_partition, buf, 16); in current_save()
282 last_partition[0] = '\0'; in current_save()
1545 memset(last_partition, 0, PARTITION_MAXLEN); in mtdparts_init()
1565 debug("last_partition : %s\n", last_partition); in mtdparts_init()
1641 if ((tmp_ep[0] != '\0') && (strcmp(tmp_ep, last_partition) != 0)) { in mtdparts_init()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/common/
H A Dcmd_mtdparts.c141 static char last_partition[PARTITION_MAXLEN]; variable
277 strncpy(last_partition, buf, 16); in current_save()
282 last_partition[0] = '\0'; in current_save()
1545 memset(last_partition, 0, PARTITION_MAXLEN); in mtdparts_init()
1565 debug("last_partition : %s\n", last_partition); in mtdparts_init()
1641 if ((tmp_ep[0] != '\0') && (strcmp(tmp_ep, last_partition) != 0)) { in mtdparts_init()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Dmtdparts.c140 static char last_partition[PARTITION_MAXLEN + 1]; variable
286 strncpy(last_partition, buf, 16); in current_save()
291 last_partition[0] = '\0'; in current_save()
1738 memset(last_partition, 0, sizeof(last_partition));
1763 debug("last_partition : %s\n", last_partition);
1845 if ((tmp_ep[0] != '\0') && (strcmp(tmp_ep, last_partition) != 0)) {
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Dmtdparts.c140 static char last_partition[PARTITION_MAXLEN + 1]; variable
286 strncpy(last_partition, buf, 16); in current_save()
291 last_partition[0] = '\0'; in current_save()
1738 memset(last_partition, 0, sizeof(last_partition));
1763 debug("last_partition : %s\n", last_partition);
1845 if ((tmp_ep[0] != '\0') && (strcmp(tmp_ep, last_partition) != 0)) {

123456