Re: [HACKERS] Allowing dash character in LTREE

2017-05-21 Thread Manuel Kniep
Manuel Kniep Danziger Str. 116 10405 Berlin > Am 20.05.2017 um 10:27 schrieb Cyril Auburtin <cyril.aubur...@gmail.com>: > > It could be useful to allow the `-` char in allowed LTREE label characters > (currently a-zA-Z0-9_ > https://https://github.com/adjust/ltreeww

[HACKERS] foreign table batch inserts

2016-05-17 Thread Manuel Kniep
, this as an enormous performance trade off. Wouldn’t it make sense to do the insert batch wise e.g. 100 rows ? Are there any plans doing that or am I miss something? regards Manuel Kniep -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http

Re: [HACKERS] segmentation fault in execTuples.c#ExecStoreVirtualTuple

2015-01-15 Thread Manuel Kniep
On 6. Januar 2015 at 07:20:21, Michael Paquier (michael.paqu...@gmail.com) wrote: On Tue, Jan 6, 2015 at 12:39 AM, Manuel Kniep wrote: Hi, we are running postges 9.3.5 on gentoo linux kernel 3.16.5, compiled with gcc 4.8.3 Any ideas ? #17 0x0062bb9d

[HACKERS] segmentation fault in execTuples.c#ExecStoreVirtualTuple

2015-01-05 Thread Manuel Kniep
in PostmasterMain (argc=4, argv=0xcbe800) at postmaster.c:1253 #52 0x00642930 in main (argc=4, argv=0xcbe800) at main.c:226 -- Manuel Kniep co founder Developer ++49 174 175 7069 | www.adjust.com adjust GmbH, Saarbrücker Straße 36, 10405 Berlin, Germany Geschäftsführer/Managing Director

[HACKERS] missing PG_RETURN_UINT16

2014-08-04 Thread Manuel Kniep
Hi, I’m missing the PG_RETURN_UINT16 macro in fmgr.h Since we already have the PG_GETARG_UINT16 macro I guess it makes sense to to have it. here is the trivial patch for it. add_pg_return_uint16_macro.patch Description: Binary data cheers Manuel -- Sent via pgsql-hackers mailing list