Skip to content

Commit 60e3e5c

Browse files
authored
Merge pull request #1993 from joto/hardcoded-id
Remove comment about hardcoded id
2 parents 8714b14 + 22dbf08 commit 60e3e5c

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)