mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Removed superfluous return statement in get_data.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include <pgtypes_numeric.h>
|
||||
|
||||
#ifndef dec_t
|
||||
#define dec_t decimal
|
||||
#endif /* dec_t */
|
||||
typedef decimal dec_t;
|
||||
|
||||
int decadd(dec_t *, dec_t *, dec_t *);
|
||||
int deccmp(dec_t *, dec_t *);
|
||||
|
Reference in New Issue
Block a user