Skip to content

Commit f875658

Browse files
author
Japleen Kaur
committed
change comment
1 parent 2abd649 commit f875658

File tree

1 file changed

+1
-1
lines changed
  • contrib/babelfishpg_tsql/src/tsql_for

1 file changed

+1
-1
lines changed

contrib/babelfishpg_tsql/src/tsql_for/forxml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ tsql_row_to_xml_raw(StringInfo state, Datum record, const char *element_name, bo
322322
{
323323
/*
324324
* If all column values are NULL, produce a self-closing element
325-
* like SQL Server does: <row/>. Replace the '>' in the already
325+
* like TSQL does: <row/>. Replace the '>' in the already
326326
* appended opening tag with '/' and append '>'.
327327
*/
328328
state->data[state->len - 1] = '/';

0 commit comments

Comments
 (0)