summaryrefslogtreecommitdiff
path: root/contrib/mSQL-interface/mpgsql.c
Commit message (Collapse)AuthorAgeFilesLines
* pgindent run.Bruce Momjian2002-09-041-2/+2
|
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-151-4/+8
| | | | | | | | | snprintf() in contrib/. I didn't touch the places where pointer arithmatic was being used, or other areas where the fix wasn't trivial. I would think that few, if any, of the usages of sprintf() were actually exploitable, but it's probably better to be paranoid... Neil Conway
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-6/+6
| | | | tests pass.
* pgindent run over code.Bruce Momjian1999-05-251-206/+296
|
* From: "Aldrin L." <aldrin@americasnet.com>Marc G. Fournier1998-05-151-0/+275
Subject: [INTERFACES] mSQL Compatibility Library (fwd)