Remove unused column atttypmod from initial tablesync query
authorMichael Paquier <michael@paquier.xyz>
Tue, 2 Feb 2021 04:59:23 +0000 (13:59 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 2 Feb 2021 04:59:23 +0000 (13:59 +0900)
commit4ad31bb2ef2517b6e49ea9e8f01aaed250d4df38
tree198a78eaed5a84c666eb06d68ffeb577388abe83
parent9522085ac917af66dba29939af328ae67300f10a
Remove unused column atttypmod from initial tablesync query

The initial tablesync done by logical replication used a query to fetch
the information of a relation's columns that included atttypmod, but it
was left unused.  This was added by 7c4f524.

Author: Euler Taveira
Reviewed-by: Önder Kalacı, Amit Langote, Japin Li
Discussion: https://postgr.es/m/CAHE3wggb715X+mK_DitLXF25B=jE6xyNCH4YOwM860JR7HarGQ@mail.gmail.com
src/backend/replication/logical/tablesync.c