Skip to content

Commit 22dbf08

Browse files
committed
Remove comment about hardcoded id
We only every use the name "id" for the middle tables, so it's totally fine that this is hardcoded here.
1 parent 8714b14 commit 22dbf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middle-pgsql.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ middle_pgsql_t::table_desc::table_desc(options_t const &options,
8686
{
8787
m_copy_target->name = build_sql(options, ts.name);
8888
m_copy_target->schema = options.middle_dbschema;
89-
m_copy_target->id = "id"; // XXX hardcoded column name
89+
m_copy_target->id = "id";
9090

9191
if (options.with_forward_dependencies) {
9292
m_prepare_fw_dep_lookups =

0 commit comments

Comments
 (0)