> Magnus Hagander <[email protected]> writes: > > I noticed you didn't create a function prototype at the top of the > > file for this function. Was that intentional, or missed? If it was > > intentional, can you give me a quick lesson in when it should be done > > and whe nit shouldn't? :-)
I think normally you can omit the prototype when the function definition comes before its first usage. -- Álvaro Herrera <[email protected]> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
