Remove unused column atttypmod from initial tablesync query

Michael Paquier <michael@paquier.xyz>

Commit: 4ad31bb2ef2517b6e49ea9e8f01aaed250d4df38
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-02-02T04:59:23Z
Releases: 14.0
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

Files

PathChange+/−
src/backend/replication/logical/tablesync.c modified +2 −3

Discussion