summaryrefslogtreecommitdiff
path: root/psql/psql/src/common
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-11-28 18:29:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-11-28 18:29:18 +0300
commit855efb94214cc519805de89934d82bc5e0f92685 (patch)
treed8f5f741d46dbcb800bd2026bd8fd8f0d72a25e6 /psql/psql/src/common
parent646a9f3410dab150e0c7871273d4982fa5c132e9 (diff)
Release version 14.1.0+2HEADv14.1.0+2master
Add psql package. Don't compile port/strlcpy.c on Linux if GNU libc is 2.38 or newer. Switch to using -pthread instead of -D_REENTRANT/-lpthread in buildfiles and bump build2 version requirement to 0.15.0.
Diffstat (limited to 'psql/psql/src/common')
l---------psql/psql/src/common/exec.c1
l---------psql/psql/src/common/fe_memutils.c1
l---------psql/psql/src/common/keywords.c1
l---------psql/psql/src/common/kwlookup.c1
l---------psql/psql/src/common/logging.c1
l---------psql/psql/src/common/pg_get_line.c1
l---------psql/psql/src/common/psprintf.c1
l---------psql/psql/src/common/sprompt.c1
l---------psql/psql/src/common/string.c1
l---------psql/psql/src/common/stringinfo.c1
l---------psql/psql/src/common/username.c1
l---------psql/psql/src/common/wait_error.c1
12 files changed, 12 insertions, 0 deletions
diff --git a/psql/psql/src/common/exec.c b/psql/psql/src/common/exec.c
new file mode 120000
index 0000000..2c234c1
--- /dev/null
+++ b/psql/psql/src/common/exec.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/exec.c \ No newline at end of file
diff --git a/psql/psql/src/common/fe_memutils.c b/psql/psql/src/common/fe_memutils.c
new file mode 120000
index 0000000..9612fe0
--- /dev/null
+++ b/psql/psql/src/common/fe_memutils.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/fe_memutils.c \ No newline at end of file
diff --git a/psql/psql/src/common/keywords.c b/psql/psql/src/common/keywords.c
new file mode 120000
index 0000000..caa9311
--- /dev/null
+++ b/psql/psql/src/common/keywords.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/keywords.c \ No newline at end of file
diff --git a/psql/psql/src/common/kwlookup.c b/psql/psql/src/common/kwlookup.c
new file mode 120000
index 0000000..9422291
--- /dev/null
+++ b/psql/psql/src/common/kwlookup.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/kwlookup.c \ No newline at end of file
diff --git a/psql/psql/src/common/logging.c b/psql/psql/src/common/logging.c
new file mode 120000
index 0000000..c23a3d6
--- /dev/null
+++ b/psql/psql/src/common/logging.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/logging.c \ No newline at end of file
diff --git a/psql/psql/src/common/pg_get_line.c b/psql/psql/src/common/pg_get_line.c
new file mode 120000
index 0000000..9c031ff
--- /dev/null
+++ b/psql/psql/src/common/pg_get_line.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/pg_get_line.c \ No newline at end of file
diff --git a/psql/psql/src/common/psprintf.c b/psql/psql/src/common/psprintf.c
new file mode 120000
index 0000000..420da37
--- /dev/null
+++ b/psql/psql/src/common/psprintf.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/psprintf.c \ No newline at end of file
diff --git a/psql/psql/src/common/sprompt.c b/psql/psql/src/common/sprompt.c
new file mode 120000
index 0000000..d67c058
--- /dev/null
+++ b/psql/psql/src/common/sprompt.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/sprompt.c \ No newline at end of file
diff --git a/psql/psql/src/common/string.c b/psql/psql/src/common/string.c
new file mode 120000
index 0000000..bd4d956
--- /dev/null
+++ b/psql/psql/src/common/string.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/string.c \ No newline at end of file
diff --git a/psql/psql/src/common/stringinfo.c b/psql/psql/src/common/stringinfo.c
new file mode 120000
index 0000000..1bbe7ff
--- /dev/null
+++ b/psql/psql/src/common/stringinfo.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/stringinfo.c \ No newline at end of file
diff --git a/psql/psql/src/common/username.c b/psql/psql/src/common/username.c
new file mode 120000
index 0000000..5947624
--- /dev/null
+++ b/psql/psql/src/common/username.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/username.c \ No newline at end of file
diff --git a/psql/psql/src/common/wait_error.c b/psql/psql/src/common/wait_error.c
new file mode 120000
index 0000000..47dfbd0
--- /dev/null
+++ b/psql/psql/src/common/wait_error.c
@@ -0,0 +1 @@
+../../../../upstream/src/common/wait_error.c \ No newline at end of file