Heikki Linnakangas

Results 85 issues of Heikki Linnakangas

### Greenplum version or build Tested on GPDB 6, all versions are presumably affected. ### Expected behavior ``` -- Create test table with one partition, for values equal to '1'....

Since the PostgreSQL 9.4.20 merge, commit 928bca1a30, pg_upgrade can handle database names that contain quotes correctly. Re-enable test for it. Fixes https://github.com/greenplum-db/gpdb/issues/3857

community

``` create table index_confusion ( col1 int, col2 int, col3 int, col4 int, col5 int, col6 int, col7 int, col8 int, col9 int, col10 int, col11 int, col12 int) PARTITION...

type: bug
area: gporca
version: 6X_STABLE
Priority 3

It's currently not always clear what happens if the pageserver crashes in the middle of an operation like branch or tenant creation. What is the state on local disk, and...

Rename "vendor/postgres" to "vendor/postgres-v14" Change Postgres build and install directory paths to be version-specific: - tmp_install/build -> pg_install/build/14 - tmp_install/* -> pg_install/14/* And Makefile targets: - "make postgres" -> "make...

@lubennikovaav I experimented this a while ago. The first commit, "[Rename pg_control_ffi.h to bindgen_deps.h, for clarity.](https://github.com/neondatabase/neon/commit/a666f7d0f4c1baab5bd3be3a69d3acadba9132e2)", is small and pretty much ready to be committed. The next two commits rearrange...

This is a massive patch. I wish to find ways to split it up, for easier review, but I'm not sure if that's feasible. I'm all ears for suggestions. The...

https://app.circleci.com/pipelines/github/neondatabase/neon/6511/workflows/ab69d61e-09cf-46a4-b603-2aa7d3e19b96/jobs/65792/steps: ``` 2022-05-19T07:47:12.261111Z ERROR pagestream{timeline=2d7fa6256c048af93477fc0d1a6a8839 tenant=b5c7213e03ad45b596d2238fd0e67abd}: error reading relation or page version: Timed out while waiting for WAL record at LSN 0/28E36D0 to arrive, last_record_lsn 0/25F2E10 disk consistent LSN=0/1696628 ......

a/reliability
t/flaky

The pg_control_ffi.h name implies that it only includes stuff related to pg_control.h. That's mostly true currently, but really the point of the file is to include everything that we need...

Should speed up the build, by reducing the amount of data that needs to be downloaded and re-uploaded on every build.