Re: increasing FUNC_MAX_ARGS insufficient? - Mailing list pgsql-general

From Gregory Seidman
Subject Re: increasing FUNC_MAX_ARGS insufficient?
Date
Msg-id 20020808170913.GA16390@cs.brown.edu
Whole thread Raw
In response to Re: increasing FUNC_MAX_ARGS insufficient?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane sez:
} Gregory Seidman <gss+pg@cs.brown.edu> writes:
} > I followed Neil Conway's helpful instructions on changing FUNC_MAX_ARGS:
} > 1. change FUNC_MAX_ARGS in src/include/pg_config.h
}
} Er ... I trust what you changed was actually the INDEX_MAX_KEYS line?
}
} /*
}  * Maximum number of columns in an index and maximum number of arguments
}  * to a function. They must be the same value.
}                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
}  */
} #define INDEX_MAX_KEYS        16
} #define FUNC_MAX_ARGS        INDEX_MAX_KEYS

Framitz! Nope, I'm an idiot. When there are comments in the code, I really
need to read them. This would be the second time in as many days that I've
asked a question answered by that very block of comments. Thanks for your
help! It all works properly now.

} Other than that, your procedure sounds dead-on ...
}             regards, tom lane
--Greg


pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: C Tigger Function Tuples
Next
From: "Mihai Gheorghiu"
Date:
Subject: Search for certain characters