Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Dec 7, 2024
1 parent 8514efd commit d7e9228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pg_replicate/src/conversions/table_row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub enum TableRowConversionError {
pub struct TableRowConverter;

impl TableRowConverter {
// parses text produced by this code in Postgres: https://github.com/postgres/postgres/blob/263a3f5f7f508167dbeafc2aefd5835b41d77481/src/backend/commands/copyto.c#L988-L1134
pub fn try_from(
row: &[u8],
column_schemas: &[crate::table::ColumnSchema],
Expand Down

0 comments on commit d7e9228

Please sign in to comment.