GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/178
GUACAMOLE-345: Modify schema scripts to be compatible with PostgreSQL 8.
There were two changes necessary to achieve compatibility:
1. Name all indexes. PostgreSQL 8 does not generate names automatically.
See: https://www.postgresql.org/docs/8.4/static/sql-createindex.html
2. Replace hex literals with calls to `decode()` PostgreSQL 8 does not
provide hex literals (only octal). See:
https://www.postgresql.org/docs/8.4/static/datatype-binary.html
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
postgres-compat
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/178.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #178
----
commit 0ad7e4e1a38750b697b7a6cfab42b454988ee8d5
Author: Michael Jumper <[email protected]>
Date: 2017-07-23T04:41:58Z
GUACAMOLE-345: Name all PostgreSQL indexes.
commit 0338048c2e0b65c6940321682f95679b925c0835
Author: Michael Jumper <[email protected]>
Date: 2017-07-23T04:42:17Z
GUACAMOLE-345: Replace hexadecimal literals with decode() function calls.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---