* returns the current client encoding */
| 335 | * returns the current client encoding |
| 336 | */ |
| 337 | int |
| 338 | pg_get_client_encoding(void) |
| 339 | { |
| 340 | return ClientEncoding->encoding; |
| 341 | } |
| 342 | |
| 343 | /* |
| 344 | * returns the current client encoding name |
no outgoing calls
no test coverage detected