how to see the generated nodetags.h

2025-03-15 Thread Hao Zhang
Hello Hackers It seems nodetags.h is generated by gen_node_support.pl . Where and how can I see this generated header to get a full list of all possible node tags? Thx typedef enum NodeTag

Why not align item size in dshash_table?

2024-08-13 Thread Hao Zhang
tem), key); insert_item_into_bucket(hash_table, item_pointer, item, bucket); return item; } With regards, Hao Zhang

Can we use parallel workers to create index without active/transaction snapshot?

2024-07-19 Thread Hao Zhang
reciate your help. With Regards Hao Zhang

Re: [PATCH] plpython function causes server panic

2023-12-04 Thread Hao Zhang
t, the server won't crash in the plperl test. With regards, Hao Zhang Tom Lane 于2023年12月2日周六 09:51写道: > I wrote: > > The only readily-reachable error case in BeginInternalSubTransaction > > is this specific one about IsInParallelMode, which was added later > > than the

[PATCH] plpython function causes server panic

2023-11-29 Thread Hao Zhang
e session will fail due to the wrong Python environment. *Solution* Use try-catch to catch the error that occurs in PLy_spi_subtransaction_begin(), and set the python error indicator. With Regards Hao Zhang From 891ff26ba9b52f3eba6f0d112657c3b288524de2 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Thu,