annotate .dockerignore @ 4431:8fcabb6f971e

Fix operator support functions Operators used in an operator class should not be based on SQL functions, which might be inlined, thus preventing index usage based on the operator. Schema qualify functions called inside functions to make the outer function work independendly from search_path setting. This makes it possible to use the operators using the 'OPERATOR(<schema>.<opname>)' syntax. Most importantly, it fixes the usage of isrs_diff() during autovacuum.
author Tom Gottfried <tom@intevation.de>
date Wed, 18 Sep 2019 17:26:28 +0200
parents ffafd5fa7c3a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
597
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 # documentation
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 **/README*
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
3 **/docs
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
4 **/*.md
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
5
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
6 # backend binary
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
7 cmd/gemma/gemma
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
8
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
9 # Dependency directories
3998
ffafd5fa7c3a Do not load previously downloaded Go-packages into docker context
Tom Gottfried <tom@intevation.de>
parents: 597
diff changeset
10 .buildbase
597
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
11 **/node_modules
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
12
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
13 # local dotenv environment variables file
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
14 client/.env.local
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
15
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
16 # Tags tables
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
17 **/TAGS