diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-11-09 14:40:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 14:40:45 -0500 |
commit | bc4372ad81f5037e107a608d4736161ba86bb201 (patch) | |
tree | 4480845db462fe38a403927e96cd77fbcbdee20e /changelog.d/16618.misc | |
parent | Use _invalidate_cache_and_stream_bulk in more places. (#16616) (diff) | |
download | synapse-bc4372ad81f5037e107a608d4736161ba86bb201.tar.xz |
Use dbname instead of database for Postgres config. (#16618)
Diffstat (limited to 'changelog.d/16618.misc')
-rw-r--r-- | changelog.d/16618.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16618.misc b/changelog.d/16618.misc new file mode 100644 index 0000000000..c026e6b995 --- /dev/null +++ b/changelog.d/16618.misc @@ -0,0 +1 @@ +Use `dbname` instead of the deprecated `database` connection parameter for psycopg2. |