From: | Alexandre Arruda <adaldeia(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Cc: | wenjing zeng <wjzeng2012(at)gmail(dot)com> |
Subject: | Re: [Proposal] Global temporary tables |
Date: | 2021-02-24 16:59:39 |
Message-ID: | 161418597997.29967.17227882847498836031.pgcf@coridan.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
Trying to apply the last patch (global_temporary_table_v42-pg14.patch) to the code cloned from github, ending with this error:
usr/bin/ld: catalog/storage_gtt.o: in function `up_gtt_relstats':
storage_gtt.c:(.text+0x1276): undefined reference to `ReadNewTransactionId'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:66: postgres] Error 1
make[2]: Leaving directory '/root/downloads/postgres/src/backend'
make[1]: *** [Makefile:42: all-backend-recurse] Error 2
make[1]: Leaving directory '/root/downloads/postgres/src'
make: *** [GNUmakefile:11: all-src-recurse] Error 2
Anyway, what's the next step to see this very important feature included in v14 ?
Best regards,
Alexandre
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2021-02-24 17:09:02 | Re: Bizarre behavior of \w in a regular expression bracket construct |
Previous Message | Julien Rouhaud | 2021-02-24 16:58:36 | Re: REINDEX backend filtering |