Skip to content

Commit 9a22ee3

Browse files
authored
Merge branch 'apache:main' into temp_cloudberry
2 parents 09ea01d + f799d10 commit 9a22ee3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

devops/deploy/docker/build/ubuntu22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ RUN apt-get update && \
110110
libperl-dev \
111111
libprotobuf-dev \
112112
libreadline-dev \
113+
libssh2-1-dev \
113114
libssl-dev \
114115
libuv1-dev \
115116
libxerces-c-dev \

src/backend/utils/misc/guc_gp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,8 +1796,7 @@ struct config_bool ConfigureNamesBool_gp[] =
17961796
{
17971797
{"gp_cte_sharing", PGC_USERSET, QUERY_TUNING_METHOD,
17981798
gettext_noop("This guc enables sharing of plan fragments for common table expressions."),
1799-
NULL,
1800-
GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE
1799+
NULL
18011800
},
18021801
&gp_cte_sharing,
18031802
false,

0 commit comments

Comments
 (0)