Actions: linwen/warehouse-pg
Actions
Showing runs from all workflows
16 workflow runs
16 workflow runs
ddl_command_end that calls
pg_event_trigger_ddl_commands() either
fails outright or silently loses rows when a CREATE EXTERNAL TABLE is
executed:
ERROR: invalid non-zero objectSubId for object class 3304059104 (dependency.c:2773)
CONTEXT: PL/pgSQL function f_log_ddl() line 7 at FOR over SELECT rows
Reported against WHPG 7.3. On 7.4 the same scr...
ABI Tests
#4:
Commit 79b9e8f
pushed
by
linwen
ddl_command_end that calls
pg_event_trigger_ddl_commands() either
fails outright or silently loses rows when a CREATE EXTERNAL TABLE is
executed:
ERROR: invalid non-zero objectSubId for object class 3304059104 (dependency.c:2773)
CONTEXT: PL/pgSQL function f_log_ddl() line 7 at FOR over SELECT rows
Reported against WHPG 7.3. On 7.4 the same scri...
WarehousePG CI
#4:
Commit 79b9e8f
pushed
by
linwen
gp_toolkit.gp_workfile_entries joins the workfile entries to
gp_stat_activity on (sess_id, segid) only. Every backend of the
session's gang on a segment matches that condition, so a single spilling
workfile set is reported once per backend of the gang, inflating
SUM(size) and SUM(numfiles) in the downstream views
`gp_workfile_usage_pe...
ABI Tests
#3:
Commit d71c249
pushed
by
linwen
gp_toolkit.gp_workfile_entries joins the workfile entries to
gp_stat_activity on (sess_id, segid) only. Every backend of the
session's gang on a segment matches that condition, so a single spilling
workfile set is reported once per backend of the gang, inflating
SUM(size) and SUM(numfiles) in the downstream views
`gp_workfile_usage_per...
WarehousePG CI
#3:
Commit d71c249
pushed
by
linwen
gp_segment_configuration) with a distributed table.
## Step to reproduce
```sql
create table gp_segment(a int, b text);
create table gp_tmp(a int, b int, c int);
insert into gp_tmp select i, i, i from generate_series(1, 10) i;
insert into gp_segment select 1, host...
ABI Tests
#2:
Commit 0edf082
pushed
by
linwen
gp_segment_configuration) with a distributed table.
## Step to reproduce
```sql
create table gp_segment(a int, b text);
create table gp_tmp(a int, b int, c int);
insert into gp_tmp select i, i, i from generate_series(1, 10) i;
insert into gp_segment select 1, hostn...
WarehousePG CI
#2:
Commit 0edf082
pushed
by
linwen
getversion script is updated to take into account
lightweight tags too. Without that version() would give a misleading
value, i.e. give 7.2.1 (the last annotated tag) even on later
versions.
## Here are some reminders before you submit the pull request
- [ ] Add tests for the change
- [ ] Document change...
ABI Tests
#1:
Commit 9d05a32
pushed
by
linwen
getversion script is updated to take into account
lightweight tags too. Without that version() would give a misleading
value, i.e. give 7.2.1 (the last annotated tag) even on later
versions.
## Here are some reminders before you submit the pull request
- [ ] Add tests for the change
- [ ] Document changes...
WarehousePG CI
#1:
Commit 9d05a32
pushed
by
linwen