}
/*
- * Conenience routine to fetch the value for the row/column of the PGresult
+ * Convenience routine to fetch the value for the row/column of the PGresult
*/
static char *
get_opt_value(PGresult *res, int row, int col)
/*
* Convenience routine for setting optional text arguments
*/
-void
+static void
set_text_arg(NullableDatum *arg, const char *s)
{
if (s)
/*
* Convenience routine for setting optional int32 arguments
*/
-void
+static void
set_int32_arg(NullableDatum *arg, const char *s)
{
if (s)
/*
* Convenience routine for setting optional uint32 arguments
*/
-void
+static void
set_uint32_arg(NullableDatum *arg, const char *s)
{
if (s)
/*
* Convenience routine for setting optional float arguments
*/
-void
+static void
set_float_arg(NullableDatum *arg, const char *s)
{
if (s)
/*
* Convenience routine for setting optional float[] arguments
*/
-void
+static void
set_floatarr_arg(NullableDatum *arg, const char *s)
{
if (s)
}
/*
- * Import attribute statistics from NullableDatum inputs for all statitical
+ * Import attribute statistics from NullableDatum inputs for all statistical
* values.
*
* For now, the 'version' argument is ignored. In the future it can be used
}
/*
- * Import relation statistics from NullableDatum inputs for all statitical
+ * Import relation statistics from NullableDatum inputs for all statistical
* values.
*
* For now, the 'version' argument is ignored. In the future it can be used