summaryrefslogtreecommitdiff
path: root/psql/psql/src
diff options
context:
space:
mode:
Diffstat (limited to 'psql/psql/src')
-rw-r--r--psql/psql/src/.gitattributes1
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
l---------psql/psql/src/fe_utils/cancel.c1
l---------psql/psql/src/fe_utils/conditional.c1
l---------psql/psql/src/fe_utils/mbprint.c1
l---------psql/psql/src/fe_utils/print.c1
l---------psql/psql/src/fe_utils/string_utils.c1
l---------psql/psql/src/port/getopt.c1
l---------psql/psql/src/port/getopt_long.c1
l---------psql/psql/src/port/open.c1
l---------psql/psql/src/port/path.c1
l---------psql/psql/src/port/pgsleep.c1
l---------psql/psql/src/port/pgstrcasecmp.c1
l---------psql/psql/src/port/pgstrsignal.c1
l---------psql/psql/src/port/qsort.c1
l---------psql/psql/src/port/snprintf.c1
l---------psql/psql/src/port/strerror.c1
l---------psql/psql/src/port/strlcat.c1
l---------psql/psql/src/port/strlcpy.c1
l---------psql/psql/src/port/system.c1
l---------psql/psql/src/port/thread.c1
l---------psql/psql/src/port/win32env.c1
l---------psql/psql/src/port/win32error.c1
l---------psql/psql/src/port/win32setlocale.c1
l---------psql/psql/src/port/win32stat.c1
l---------psql/psql/src/psql1
37 files changed, 37 insertions, 0 deletions
diff --git a/psql/psql/src/.gitattributes b/psql/psql/src/.gitattributes
new file mode 100644
index 0000000..3ad0908
--- /dev/null
+++ b/psql/psql/src/.gitattributes
@@ -0,0 +1 @@
+psql symlink=dir
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
diff --git a/psql/psql/src/fe_utils/cancel.c b/psql/psql/src/fe_utils/cancel.c
new file mode 120000
index 0000000..6f89257
--- /dev/null
+++ b/psql/psql/src/fe_utils/cancel.c
@@ -0,0 +1 @@
+../../../../upstream/src/fe_utils/cancel.c \ No newline at end of file
diff --git a/psql/psql/src/fe_utils/conditional.c b/psql/psql/src/fe_utils/conditional.c
new file mode 120000
index 0000000..466657e
--- /dev/null
+++ b/psql/psql/src/fe_utils/conditional.c
@@ -0,0 +1 @@
+../../../../upstream/src/fe_utils/conditional.c \ No newline at end of file
diff --git a/psql/psql/src/fe_utils/mbprint.c b/psql/psql/src/fe_utils/mbprint.c
new file mode 120000
index 0000000..392b596
--- /dev/null
+++ b/psql/psql/src/fe_utils/mbprint.c
@@ -0,0 +1 @@
+../../../../upstream/src/fe_utils/mbprint.c \ No newline at end of file
diff --git a/psql/psql/src/fe_utils/print.c b/psql/psql/src/fe_utils/print.c
new file mode 120000
index 0000000..2c2e779
--- /dev/null
+++ b/psql/psql/src/fe_utils/print.c
@@ -0,0 +1 @@
+../../../../upstream/src/fe_utils/print.c \ No newline at end of file
diff --git a/psql/psql/src/fe_utils/string_utils.c b/psql/psql/src/fe_utils/string_utils.c
new file mode 120000
index 0000000..a1018aa
--- /dev/null
+++ b/psql/psql/src/fe_utils/string_utils.c
@@ -0,0 +1 @@
+../../../../upstream/src/fe_utils/string_utils.c \ No newline at end of file
diff --git a/psql/psql/src/port/getopt.c b/psql/psql/src/port/getopt.c
new file mode 120000
index 0000000..02989d3
--- /dev/null
+++ b/psql/psql/src/port/getopt.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/getopt.c \ No newline at end of file
diff --git a/psql/psql/src/port/getopt_long.c b/psql/psql/src/port/getopt_long.c
new file mode 120000
index 0000000..9a11c79
--- /dev/null
+++ b/psql/psql/src/port/getopt_long.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/getopt_long.c \ No newline at end of file
diff --git a/psql/psql/src/port/open.c b/psql/psql/src/port/open.c
new file mode 120000
index 0000000..4af6355
--- /dev/null
+++ b/psql/psql/src/port/open.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/open.c \ No newline at end of file
diff --git a/psql/psql/src/port/path.c b/psql/psql/src/port/path.c
new file mode 120000
index 0000000..64b4ae4
--- /dev/null
+++ b/psql/psql/src/port/path.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/path.c \ No newline at end of file
diff --git a/psql/psql/src/port/pgsleep.c b/psql/psql/src/port/pgsleep.c
new file mode 120000
index 0000000..1d55cbe
--- /dev/null
+++ b/psql/psql/src/port/pgsleep.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/pgsleep.c \ No newline at end of file
diff --git a/psql/psql/src/port/pgstrcasecmp.c b/psql/psql/src/port/pgstrcasecmp.c
new file mode 120000
index 0000000..e3f5acc
--- /dev/null
+++ b/psql/psql/src/port/pgstrcasecmp.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/pgstrcasecmp.c \ No newline at end of file
diff --git a/psql/psql/src/port/pgstrsignal.c b/psql/psql/src/port/pgstrsignal.c
new file mode 120000
index 0000000..aac4272
--- /dev/null
+++ b/psql/psql/src/port/pgstrsignal.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/pgstrsignal.c \ No newline at end of file
diff --git a/psql/psql/src/port/qsort.c b/psql/psql/src/port/qsort.c
new file mode 120000
index 0000000..60f39df
--- /dev/null
+++ b/psql/psql/src/port/qsort.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/qsort.c \ No newline at end of file
diff --git a/psql/psql/src/port/snprintf.c b/psql/psql/src/port/snprintf.c
new file mode 120000
index 0000000..5b30ae3
--- /dev/null
+++ b/psql/psql/src/port/snprintf.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/snprintf.c \ No newline at end of file
diff --git a/psql/psql/src/port/strerror.c b/psql/psql/src/port/strerror.c
new file mode 120000
index 0000000..47b4c7b
--- /dev/null
+++ b/psql/psql/src/port/strerror.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/strerror.c \ No newline at end of file
diff --git a/psql/psql/src/port/strlcat.c b/psql/psql/src/port/strlcat.c
new file mode 120000
index 0000000..b64d26e
--- /dev/null
+++ b/psql/psql/src/port/strlcat.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/strlcat.c \ No newline at end of file
diff --git a/psql/psql/src/port/strlcpy.c b/psql/psql/src/port/strlcpy.c
new file mode 120000
index 0000000..ea1aa2d
--- /dev/null
+++ b/psql/psql/src/port/strlcpy.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/strlcpy.c \ No newline at end of file
diff --git a/psql/psql/src/port/system.c b/psql/psql/src/port/system.c
new file mode 120000
index 0000000..71f4107
--- /dev/null
+++ b/psql/psql/src/port/system.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/system.c \ No newline at end of file
diff --git a/psql/psql/src/port/thread.c b/psql/psql/src/port/thread.c
new file mode 120000
index 0000000..ff3bb09
--- /dev/null
+++ b/psql/psql/src/port/thread.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/thread.c \ No newline at end of file
diff --git a/psql/psql/src/port/win32env.c b/psql/psql/src/port/win32env.c
new file mode 120000
index 0000000..72b4100
--- /dev/null
+++ b/psql/psql/src/port/win32env.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/win32env.c \ No newline at end of file
diff --git a/psql/psql/src/port/win32error.c b/psql/psql/src/port/win32error.c
new file mode 120000
index 0000000..2813115
--- /dev/null
+++ b/psql/psql/src/port/win32error.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/win32error.c \ No newline at end of file
diff --git a/psql/psql/src/port/win32setlocale.c b/psql/psql/src/port/win32setlocale.c
new file mode 120000
index 0000000..43d64a3
--- /dev/null
+++ b/psql/psql/src/port/win32setlocale.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/win32setlocale.c \ No newline at end of file
diff --git a/psql/psql/src/port/win32stat.c b/psql/psql/src/port/win32stat.c
new file mode 120000
index 0000000..291077c
--- /dev/null
+++ b/psql/psql/src/port/win32stat.c
@@ -0,0 +1 @@
+../../../../upstream/src/port/win32stat.c \ No newline at end of file
diff --git a/psql/psql/src/psql b/psql/psql/src/psql
new file mode 120000
index 0000000..ba3fc93
--- /dev/null
+++ b/psql/psql/src/psql
@@ -0,0 +1 @@
+../../../upstream/src/bin/psql \ No newline at end of file