From 5b2ad2528dcb8ddd8ecf1cea5a979f2ad1d4cebf Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 2 Apr 2025 18:20:50 +0200 Subject: [PATCH] Improve documentation of osl_get_nth_row(). Make it explicit that it is invalid to pass zero. --- osl.h.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osl.h.m4 b/osl.h.m4 index 0074508..956be2a 100644 --- a/osl.h.m4 +++ b/osl.h.m4 @@ -561,8 +561,8 @@ DECLARE_FUNCTION( «Retrieve the n-th order statistic with respect to the compare function of the rbtree column col_num. In other words, get the row with n-th greatest value in column col_num. It is an error if col_num - is not a rbtree column, or if n is larger than the number of rows in - the table.», + is not a rbtree column or if n is out of range, i.e., zero or larger + than the number of rows in the table.», «int», «Standard» -- 2.39.5