Re: 2022-11-10 release announcement draft

2022-11-07 Thread Erikjan Rijkers
Op 07-11-2022 om 16:51 schreef Jonathan S. Katz: Hi, Attached is a draft of the release announcement for the 2022-11-10 release. Please provide feedback no later than 2022-11-10 0:00 AoE[1]. 'now exists' should be (I think) 'now exits' Erik Thanks, Jonathan [1]

Re: [doc] fix a potential grammer mistake

2022-08-03 Thread Erikjan Rijkers
Op 03-08-2022 om 10:10 schreef Junwang Zhao: I think in the following sentence, were should be replaced with have, what do you think? ``` /* -* We were just issued a SAVEPOINT inside a transaction block. +* We have just

Re: TRAP: FailedAssertion("tabstat->trans == trans", File: "pgstat_relation.c", Line: 508

2022-04-18 Thread Erikjan Rijkers
Op 18-04-2022 om 09:13 schreef Kyotaro Horiguchi: At Sat, 16 Apr 2022 11:23:23 -0700, Andres Freund wrote in Hi, On 2022-04-16 09:37:55 +0200, Erik Rijkers wrote: I get this crash running the attached test program. On my slow-disked and old desktop it occurs once in 20 or so runs (it is yet

Re: SQL/JSON: JSON_TABLE

2022-03-04 Thread Erikjan Rijkers
Op 04-03-2022 om 17:33 schreef Andrew Dunstan: This set of patches deals with items 1..7 above, but not yet the ERROR ON ERROR issue. It also makes some message cleanups, but there is more to come in that area. It is based on the latest SQL/JSON Functions patch set, which does not include

Re: Schema variables - new implementation for Postgres 15

2021-12-18 Thread Erikjan Rijkers
Op 19-12-2021 om 08:13 schreef Pavel Stehule: ne 19. 12. 2021 v 8:09 odesílatel Erik Rijkers >  > [0001-schema-variables-20211219.patch]  > [0002-schema-variables-20211219.patch] Hi Pavel, I get an error during test 'session_variables'. (on the upside, my own

Re: Split copy.c

2020-11-03 Thread Erikjan Rijkers
On 2020-11-03 08:38, Heikki Linnakangas wrote: [v3-0001-Split-copy.c-into-copyto.c-and-copyfrom.c.patch] [v3-0002-Split-copyfrom.c-further-into-copyfrom.c-and-copy.patch] The patches apply ok, but I get these errors: In file included from ../../../src/include/postgres.h:46,

documentation pdf build fail (HEAD)

2020-03-24 Thread Erikjan Rijkers
Hello, I build the pdf (for HEAD) almost daily without problems, but at the moment I get the error below. I am not sure whether to blame my particular setup (debian stretch), or whether there might be an error in the .sgml. The html files still build OK. If anyone has a suggestion on how

Re: PostgreSQL 12 RC1 Press Release Draft

2019-09-25 Thread Erikjan Rijkers
On 2019-09-25 13:08, Jonathan S. Katz wrote: On 9/25/19 6:50 AM, Sehrope Sarkuni wrote: The "Upgrading to PostgreSQL 12 RC 1" references v11 rather than v12: "To upgrade to PostgreSQL 11 RC 1 from Beta 4 or an earlier version of PostgreSQL 11, ..." A small typo (or processing hickup):

Re: pgbench - allow to create partitioned tables

2019-09-17 Thread Erikjan Rijkers
On 2019-09-17 20:49, Fabien COELHO wrote: Attached v9: [pgbench-init-partitioned-9.patch] Turns out this patch needed a dos2unix treatment. It's easy to do but it takes time to figure it out (I'm dumb). I for one would be happy to receive patches not so encumbered :) thanks, Erik

Re: Commit message / hash in commitfest page.

2019-04-11 Thread Erikjan Rijkers
On 2019-04-11 11:36, Ibrar Ahmed wrote: Hi, Is it possible to have commit-message or at least git hash in commitfest. It will be very easy to track commit against commitfest item. Commitfest items always point to discussion threads. These threads often end with a message that says that the

Re: [HACKERS] generated columns

2018-10-31 Thread Erikjan Rijkers
On 2018-10-30 16:14, Sergei Kornilov wrote: Hi I applied this patch on top 2fe42baf7c1ad96b5f9eb898161e258315298351 commit and found a bug while adding STORED column: postgres=# create table test(i int); CREATE TABLE postgres=# insert into test values (1),(2); INSERT 0 2 postgres=# alter table

Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions

2017-12-23 Thread Erikjan Rijkers
On 2017-12-23 05:57, Tomas Vondra wrote: Hi all, Attached is a patch series that implements two features to the logical replication - ability to define a memory limit for the reorderbuffer (responsible for building the decoded transactions), and ability to stream large in-progress transactions

Re: Add RANGE with values and exclusions clauses to the Window Functions

2017-11-24 Thread Erikjan Rijkers
On 2017-11-24 15:11, Oliver Ford wrote: Adds RANGE BETWEEN with a start and end value, as well as an exclusions clause, to the window functions. This partially resolves TODO list item "Implement full support for window framing clauses". [0001-window-frame-v1.patch] (debian 8) make check