mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
Fix comments of output routines for pg_ndistinct and pg_dependencies
Oversights in7b504eb282(for pg_ndistinct) and2686ee1b7c(for pg_dependencies). Reported-by: Man Zeng <zengman@halodbtech.com> Discussion: https://postgr.es/m/176293711658.2081918.12019224686811870203.pgcf@coridan.postgresql.org
This commit is contained in:
@@ -39,7 +39,7 @@ pg_dependencies_in(PG_FUNCTION_ARGS)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* pg_dependencies - output routine for type pg_dependencies.
|
* pg_dependencies_out - output routine for type pg_dependencies.
|
||||||
*/
|
*/
|
||||||
Datum
|
Datum
|
||||||
pg_dependencies_out(PG_FUNCTION_ARGS)
|
pg_dependencies_out(PG_FUNCTION_ARGS)
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ pg_ndistinct_in(PG_FUNCTION_ARGS)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* pg_ndistinct
|
* pg_ndistinct_out
|
||||||
* output routine for type pg_ndistinct
|
* output routine for type pg_ndistinct
|
||||||
*
|
*
|
||||||
* Produces a human-readable representation of the value.
|
* Produces a human-readable representation of the value.
|
||||||
|
|||||||
Reference in New Issue
Block a user