mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
/contrib patch from Karel.
This commit is contained in:
@ -1,24 +0,0 @@
|
||||
/* Glue file to use varbit before it is properly integrated with postgres */
|
||||
|
||||
#include "varbit.h"
|
||||
|
||||
bits8 *varbit_in(char *s);
|
||||
char *varbit_out(bits8 *s);
|
||||
|
||||
bits8 *
|
||||
varbit_in(char *s)
|
||||
{
|
||||
return varbitin(s, 0, -1);
|
||||
}
|
||||
|
||||
/*char *
|
||||
varbit_out (bits8 *s) {
|
||||
return zpbitout(s);
|
||||
}
|
||||
*/
|
||||
|
||||
char *
|
||||
varbit_out(bits8 *s)
|
||||
{
|
||||
return zpbitsout(s);
|
||||
}
|
||||
|
Reference in New Issue
Block a user