mirror of https://github.com/yandex/odyssey.git
shapito: more renamings
This commit is contained in:
parent
ffc3fa17ed
commit
66de5a6746
|
@ -2,9 +2,9 @@
|
||||||
#define SO_MACRO_H_
|
#define SO_MACRO_H_
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SHAPITO
|
* SHAPITO.
|
||||||
*
|
*
|
||||||
* Protocol-level PostgreSQL client library
|
* Protocol-level PostgreSQL client library.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define so_likely(e) __builtin_expect(!! (e), 1)
|
#define so_likely(e) __builtin_expect(!! (e), 1)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#define SO_MD5_H_
|
#define SO_MD5_H_
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* soprano.
|
* SHAPITO.
|
||||||
*
|
*
|
||||||
* Protocol-level PostgreSQL client library.
|
* Protocol-level PostgreSQL client library.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#define SO_PARAMETER_H_
|
#define SO_PARAMETER_H_
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* soprano.
|
* SHAPITO.
|
||||||
*
|
*
|
||||||
* Protocol-level PostgreSQL client library.
|
* Protocol-level PostgreSQL client library.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#define SO_PASSWORD_H_
|
#define SO_PASSWORD_H_
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* soprano.
|
* SHAPITO.
|
||||||
*
|
*
|
||||||
* Protocol-level PostgreSQL client library.
|
* Protocol-level PostgreSQL client library.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue